|
| void | setBeginButtonStateImages (Bitmap normal, Bitmap pushed) |
| | Set images for button "go to the beginning". More...
|
| |
| void | setEndButtonStateImages (Bitmap normal, Bitmap pushed) |
| | Set images for button "go to the ending". More...
|
| |
| void | setPlayButtonStateImages (Context context, int normalResID, int pushedResID) |
| | Set image resources for button "play". More...
|
| |
| void | setPauseButtonStateImages (Context context, int normalResID, int pushedResID) |
| | Set image resources for button "pause". More...
|
| |
| void | setHandlerImage (Bitmap handler) |
| | Set image for the handler of the slider. More...
|
| |
| void | setHandlerImage (Context context, int resID) |
| | Set image resource for the handler of the slider. More...
|
| |
| void | setSliderImage (Bitmap slider, float leftInset, float rightInset) |
| | Specify the image for the slider and the cap insets to stretch it. More...
|
| |
| void | setSliderImage (Context context, int resID, float leftInset, float rightInset) |
| | Specify the image resource for the slider and the cap insets to stretch it. More...
|
| |
| void | setImages (Bitmap beginNormal, Bitmap beginPushed, Bitmap endNormal, Bitmap endPushed, Bitmap playNormal, Bitmap playPushed, Bitmap pauseNormal, Bitmap pausePushed, Bitmap slider, Bitmap handler) |
| | Set all images used for time axis at once. More...
|
| |
|
void | goToNextTick () |
| | Go to the next timestamp (without any user interactions).
|
| |
|
void | goToPreviousTick () |
| | Go to the previous timestamp (without any user interactions).
|
| |
|
void | goToFirstTick () |
| | Go to the beginning of the timeline (without any user interactions).
|
| |
|
void | goToLastTick () |
| | Go to the ending of the timeline (without any user interactions).
|
| |
|
void | play () |
| | Start playing the timeline (without any user interactions).
|
| |
|
void | stop () |
| | Stop playing the timeline (without any user interactions).
|
| |
|
int | getCurrentIndex () |
| | Current timestamp index (index of the timestamp tick where the handler stays).
|
| |
|
void | setCurrentIndex (int currentIndex) |
| | For details see getCurrentIndex().
|
| |
| NChartTimeAxisTooltip | getTooltip () |
| | Tooltip that appears over the handler. More...
|
| |
|
void | setTooltip (NChartTimeAxisTooltip tooltip) |
| | For details see getTooltip().
|
| |
|
NChartFont | getTickTitlesFont () |
| | Font used to display timestamp titles.
|
| |
|
void | setTickTitlesFont (NChartFont tickTitlesFont) |
| | For details see getTickTitlesFont().
|
| |
|
int | getTickTitlesColor () |
| | Color used to display timestamp titles.
|
| |
|
void | setTickTitlesColor (int tickTitlesColor) |
| | For details see getTickTitlesColor().
|
| |
|
int | getTickColor () |
| | Color used to display timestamp ticks.
|
| |
|
void | setTickColor (int tickColor) |
| | For details see getTickColor().
|
| |
|
PointF | getTickSize () |
| | Size of ticks in pixels.
|
| |
|
void | setTickSize (PointF tickSize) |
| | For details see getTickSize().
|
| |
| float | getTickOffset () |
| | Offset of timestamp ticks (spacing between slider and ticks) in pixels. More...
|
| |
|
void | setTickOffset (float tickOffset) |
| | For details see getTickOffset().
|
| |
|
float | getTickTitlesOffset () |
| | Offset of timestamp titles (spacing between the slider and titles) in pixels.
|
| |
|
void | setTickTitlesOffset (float tickTitlesOffset) |
| | For details see getTickTitlesOffset().
|
| |
| NChartTimeAxisTickShape | getTickShape () |
| | Shape of timestamp ticks. More...
|
| |
|
void | setTickShape (NChartTimeAxisTickShape tickShape) |
| | For details see getTickShape().
|
| |
| NChartTimeAxisLabelsLayout | getTickTitlesLayout () |
| | Layout of timestamp titles. More...
|
| |
|
void | setTickTitlesLayout (NChartTimeAxisLabelsLayout tickTitlesLayout) |
| | For details see getTickTitlesLayout().
|
| |
| NChartTimeAxisLabelsPosition | getTickTitlesPosition () |
| | Position of timestamp titles. More...
|
| |
|
void | setTickTitlesPosition (NChartTimeAxisLabelsPosition tickTitlesPosition) |
| | For details see getTickTitlesPosition().
|
| |
| float | getMinTickSpacing () |
| | Minimal spacing between neighbor ticks in pixels (the tick is the center place of the timestamp title, a kind of milestone on the axis). More...
|
| |
|
void | setMinTickSpacing (float minTickSpacing) |
| | For details see getMinTickSpacing().
|
| |
|
NChartMargin | getMargin () |
| | Margin of the time axis.
|
| |
|
void | setMargin (NChartMargin margin) |
| | For details see getMargin().
|
| |
|
boolean | isAutohideTooltip () |
| | Flag indicating whether the tooltip should be hidden automatically when the user interactions end (true) or not (false).
|
| |
|
void | setAutohideTooltip (boolean autohideTooltip) |
| | For details see isAutohideTooltip().
|
| |
|
float | getAnimationTime () |
| | Time that takes to play the whole time axis in seconds.
|
| |
|
void | setAnimationTime (float animationTime) |
| | For details see getAnimationTime().
|
| |
|
NChartMargin | getPadding () |
| | Padding of the time axis.
|
| |
|
void | setPadding (NChartMargin padding) |
| | For details see getPadding().
|
| |
| RectF | getFrame () |
| | Frame of the time axis in the view's coordinate system. More...
|
| |
| NChartTimeAxisDataSource | getDataSource () |
| | Time axis data source. More...
|
| |
|
void | setDataSource (NChartTimeAxisDataSource dataSource) |
| | For details see getDataSource().
|
| |
| boolean | isVisible () |
| | Flag that determines if the object is visible or not. More...
|
| |
|
void | setVisible (boolean visible) |
| | For details see isVisible().
|
| |
| NChart | getChart () |
| | Chart the object belongs to. More...
|
| |
The NChartTimeAxis class provides methods to display the time axis of the chart.