Class PiecewiseVisualMap.Piece
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.visualMap.PiecewiseVisualMap.Piece
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PiecewiseVisualMap
A component that used to customize how to slice continuous data, and some specific view style for some pieces.
More detailed information is provided in the documentation.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Color
protected String
protected Double
protected Double
protected Double
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
min
-
max
-
label
-
value
-
color
-
-
Constructor Details
-
Piece
public Piece()
-
-
Method Details
-
getMin
-
setMin
-
getMax
-
setMax
-
getLabel
-
setLabel
-
getValue
-
setValue
-
getColor
-
withMin
-
withMax
-
withLabel
-
withValue
-