Class AbstractDataZoom<T extends AbstractDataZoom<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.datazoom.AbstractDataZoom<T>
- Type Parameters:
T- origin class type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InsideDataZoom,SliderDataZoom
Base component witch used for zooming a specific area in the chart.
More detailed information is provided in the documentation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFiltering mode options.static enumSettings for decoding range values.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer[]protected Doubleprotected Stringprotected AbstractDataZoom.FilterModeprotected Stringprotected Doubleprotected Stringprotected Doubleprotected Stringprotected Orientationprotected Integer[]protected AbstractDataZoom.RangeMode[]protected Doubleprotected Stringprotected Integerprotected final DataZoomTypeprotected Integer[]protected Integer[]protected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInteger[]getEnd()getId()Integer[]getStart()getType()Integer[]Integer[]voidsetAngleAxisIndexes(Integer... angleAxisIndexes) voidvoidsetEndValue(String endValue) voidsetFilterMode(AbstractDataZoom.FilterMode filterMode) voidvoidsetMaxSpan(Double maxSpan) voidsetMaxValueSpan(String maxValueSpan) voidsetMinSpan(Double minSpan) voidsetMinValueSpan(String minValueSpan) voidsetOrientation(Orientation orientation) voidsetRadiusAxisIndexes(Integer... radiusAxisIndexes) voidvoidvoidsetStartValue(String startValue) voidsetThrottle(Integer throttle) voidsetXAxisIndexes(Integer... xAxisIndexes) voidsetYAxisIndexes(Integer... yAxisIndexes) voidsetZoomLock(Boolean zoomLock) withAngleAxisIndexes(Integer... angleAxisIndexes) withEndValue(String endValue) withFilterMode(AbstractDataZoom.FilterMode filterMode) withMaxSpan(Double maxSpan) withMaxValueSpan(String maxValueSpan) withMinSpan(Double minSpan) withMinValueSpan(String minValueSpan) withOrientation(Orientation orientation) withRadiusAxisIndexes(Integer... radiusAxisIndexes) withStartValue(String startValue) withThrottle(Integer throttle) withXAxisIndexes(Integer... xAxisIndexes) withYAxisIndexes(Integer... yAxisIndexes) withZoomLock(Boolean zoomLock) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
type
-
id
-
xAxisIndexes
-
yAxisIndexes
-
radiusAxisIndexes
-
angleAxisIndexes
-
filterMode
-
start
-
end
-
startValue
-
endValue
-
minSpan
-
maxSpan
-
minValueSpan
-
maxValueSpan
-
orientation
-
zoomLock
-
throttle
-
rangeMode
-
-
Constructor Details
-
AbstractDataZoom
-
-
Method Details
-
getType
-
getId
-
setId
-
getXAxisIndexes
-
setXAxisIndexes
-
getYAxisIndexes
-
setYAxisIndexes
-
getRadiusAxisIndexes
-
setRadiusAxisIndexes
-
getAngleAxisIndexes
-
setAngleAxisIndexes
-
getFilterMode
-
setFilterMode
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getStartValue
-
setStartValue
-
getEndValue
-
setEndValue
-
getMinSpan
-
setMinSpan
-
getMaxSpan
-
setMaxSpan
-
getMinValueSpan
-
setMinValueSpan
-
getMaxValueSpan
-
setMaxValueSpan
-
getOrientation
-
getZoomLock
-
setZoomLock
-
getThrottle
-
setThrottle
-
getRangeMode
-
setRangeMode
-
withId
-
withXAxisIndexes
-
withYAxisIndexes
-
withRadiusAxisIndexes
-
withAngleAxisIndexes
-
withFilterMode
-
withStart
-
withEnd
-
withStartValue
-
withEndValue
-
withMinSpan
-
withMaxSpan
-
withMinValueSpan
-
withMaxValueSpan
-
withZoomLock
-
withThrottle
-
withRangeMode
-