Class ContinuousVisualMap
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap<ContinuousVisualMap>
io.jmix.chartsflowui.kit.component.model.visualMap.ContinuousVisualMap
- All Implemented Interfaces:
HasPosition<ContinuousVisualMap>
,HasPadding<ContinuousVisualMap>
,Serializable
Visual map component for displaying data in continuous form.
More detailed information is provided in the documentation.
More detailed information is provided in the documentation.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap
AbstractVisualMap.MapAlign, AbstractVisualMap.VisualMapController
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected ItemStyle
protected String
protected String
protected ItemStyle
protected Integer[]
protected Boolean
Fields inherited from class io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap
align, backgroundColor, borderColor, borderWidth, bottom, controller, dimension, formatter, formatterFunction, hoverLink, id, inRange, inverse, itemHeight, itemWidth, left, max, min, orientation, outOfRange, padding, precision, right, seriesIndex, show, text, textGap, textStyle, top, type, z, zLevel
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionInteger[]
getRange()
void
setCalculable
(Boolean calculable) void
setHandleIcon
(String handleIcon) void
setHandleSize
(String handleSize) void
setHandleStyle
(ItemStyle handleStyle) void
setIndicatorIcon
(String indicatorIcon) void
setIndicatorSize
(String indicatorSize) void
setIndicatorStyle
(ItemStyle indicatorStyle) void
void
setRealtime
(Boolean realtime) withCalculable
(Boolean calculable) withHandleIcon
(String handleIcon) withHandleSize
(String handleSize) withHandleStyle
(ItemStyle handleStyle) withIndicatorIcon
(String indicatorIcon) withIndicatorSize
(String indicatorSize) withIndicatorStyle
(ItemStyle indicatorStyle) withRealtime
(Boolean realtime) Methods inherited from class io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap
getAlign, getBackgroundColor, getBorderColor, getBorderWidth, getBottom, getController, getDimension, getFormatter, getFormatterFunction, getHoverLink, getId, getInRange, getInverse, getItemHeight, getItemWidth, getLeft, getMax, getMin, getOrientation, getOutOfRange, getPadding, getPrecision, getRight, getSeriesIndex, getShow, getText, getTextGap, getTextStyle, getTop, getType, getZ, getZLevel, setAlign, setBackgroundColor, setBorderColor, setBorderWidth, setBottom, setController, setDimension, setFormatter, setFormatterFunction, setFormatterFunction, setHoverLink, setId, setInRange, setInverse, setItemHeight, setItemWidth, setLeft, setMax, setMin, setOrientation, setOutOfRange, setPadding, setPadding, setPadding, setPrecision, setRight, setSeriesIndex, setShow, setText, setTextGap, setTextStyle, setTop, setZ, setZLevel, withAlign, withBackgroundColor, withBorderColor, withBorderWidth, withController, withDimension, withFormatter, withFormatterFunction, withFormatterFunction, withHoverLink, withId, withInRange, withInverse, withItemHeight, withItemWidth, withMax, withMin, withOrientation, withOutOfRange, withPrecision, withSeriesIndex, withShow, withText, withTextGap, withTextStyle, withZ, withZLevel
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPadding
withPadding, withPadding, withPadding
Methods inherited from interface io.jmix.chartsflowui.kit.component.model.HasPosition
withBottom, withLeft, withRight, withTop
-
Field Details
-
calculable
-
range
-
realtime
-
handleIcon
-
handleSize
-
handleStyle
-
indicatorIcon
-
indicatorSize
-
indicatorStyle
-
-
Constructor Details
-
ContinuousVisualMap
public ContinuousVisualMap()
-
-
Method Details
-
getCalculable
-
setCalculable
-
getRange
-
setRange
-
getRealtime
-
setRealtime
-
getHandleIcon
-
setHandleIcon
-
getHandleSize
-
setHandleSize
-
getHandleStyle
-
getIndicatorIcon
-
setIndicatorIcon
-
getIndicatorSize
-
setIndicatorSize
-
getIndicatorStyle
-
withCalculable
-
withRange
-
withRealtime
-
withHandleIcon
-
withHandleSize
-
withIndicatorIcon
-
withIndicatorSize
-