Class TimeScaleOptions
java.lang.Object
software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions<S,T>
software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions<TimeScaleOptions,TimeScaleTickOptions>
software.xdev.chartjs.model.options.scale.cartesian.time.TimeScaleOptions
- Direct Known Subclasses:
TimeSeriesScaleOptions
public class TimeScaleOptions
extends AbstractCartesianScaleOptions<TimeScaleOptions,TimeScaleTickOptions>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classReference structure fortime.static classNested classes/interfaces inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
AbstractCartesianScaleOptions.Title -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TimeScaleOptions.Adaptersprotected Booleanprotected TimeScaleOptions.TimeOptionsFields inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
axis, border, bounds, grid, offset, position, stack, stackWeight, titleFields inherited from class software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions
afterBuildTicks, afterCalculateLabelRotation, afterDataLimits, afterFit, afterSetDimensions, afterTickToLabelConversion, afterUpdate, alignToPixels, backgroundColor, beforeBuildTicks, beforeCalculateLabelRotation, beforeDataLimits, beforeFit, beforeSetDimensions, beforeTickToLabelConversion, beforeUpdate, clip, display, max, min, reverse, stacked, suggestedMax, suggestedMin, ticks, type, weight -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTime()setAdapters(TimeScaleOptions.Adapters adapters) setOffsetAfterAutoskip(Boolean offsetAfterAutoskip) setSuggestedMax(Object suggestedMax) setSuggestedMin(Object suggestedMin) Methods inherited from class software.xdev.chartjs.model.options.scale.cartesian.AbstractCartesianScaleOptions
getAxis, getBorder, getBounds, getGrid, getOffset, getPosition, getStack, getStackWeight, getTitle, setAxis, setBorder, setBounds, setGrid, setOffset, setPosition, setStack, setStackWeight, setTitleMethods inherited from class software.xdev.chartjs.model.options.scale.AbstractCoreScaleOptions
getAfterBuildTicks, getAfterCalculateLabelRotation, getAfterDataLimits, getAfterFit, getAfterSetDimensions, getAfterTickToLabelConversion, getAfterUpdate, getAlignToPixels, getBackgroundColor, getBeforeBuildTicks, getBeforeCalculateLabelRotation, getBeforeDataLimits, getBeforeFit, getBeforeSetDimensions, getBeforeTickToLabelConversion, getBeforeUpdate, getClip, getDisplay, getMax, getMin, getReverse, getStacked, getSuggestedMax, getSuggestedMin, getTicks, getType, getWeight, self, setAfterBuildTicks, setAfterCalculateLabelRotation, setAfterDataLimits, setAfterFit, setAfterSetDimensions, setAfterTickToLabelConversion, setAfterUpdate, setAlignToPixels, setBackgroundColor, setBeforeBuildTicks, setBeforeCalculateLabelRotation, setBeforeDataLimits, setBeforeFit, setBeforeSetDimensions, setBeforeTickToLabelConversion, setBeforeUpdate, setClip, setDisplay, setMax, setMin, setReverse, setStacked, setSuggestedMax, setSuggestedMin, setTicks, setType, setWeight
-
Field Details
-
offsetAfterAutoskip
-
adapters
-
time
-
-
Constructor Details
-
TimeScaleOptions
public TimeScaleOptions() -
TimeScaleOptions
-
-
Method Details
-
setMin
-
setMax
-
setSuggestedMin
-
setSuggestedMax
-
getOffsetAfterAutoskip
-
setOffsetAfterAutoskip
-
getAdapters
-
setAdapters
-
getTime
-
setTime
-