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.VisualMapControllerNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected ItemStyleprotected Stringprotected Stringprotected ItemStyleprotected Integer[]protected BooleanFields 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, zLevelFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionInteger[]getRange()voidsetCalculable(Boolean calculable) voidsetHandleIcon(String handleIcon) voidsetHandleSize(String handleSize) voidsetHandleStyle(ItemStyle handleStyle) voidsetIndicatorIcon(String indicatorIcon) voidsetIndicatorSize(String indicatorSize) voidsetIndicatorStyle(ItemStyle indicatorStyle) voidvoidsetRealtime(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, withZLevelMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPadding
withPadding, withPadding, withPaddingMethods 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
 
 -