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 SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMapAbstractVisualMap.MapAlign, AbstractVisualMap.VisualMapControllerNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected ItemStyleprotected Stringprotected Stringprotected ItemStyleprotected Integer[]protected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMapalign, 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.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractVisualMapgetAlign, 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.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPaddingwithPadding, withPadding, withPaddingMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasPositionwithBottom, withLeft, withRight, withTop
- 
Field Details- 
calculable
- 
range
- 
realtime
- 
handleIcon
- 
handleSize
- 
handleStyle
- 
indicatorIcon
- 
indicatorSize
- 
indicatorStyle
 
- 
- 
Constructor Details- 
ContinuousVisualMappublic 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
 
-