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 SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Colorprotected Stringprotected Doubleprotected Doubleprotected DoubleFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
min
- 
max
- 
label
- 
value
- 
color
 
- 
- 
Constructor Details- 
Piecepublic Piece()
 
- 
- 
Method Details- 
getMin
- 
setMin
- 
getMax
- 
setMax
- 
getLabel
- 
setLabel
- 
getValue
- 
setValue
- 
getColor
- 
withMin
- 
withMax
- 
withLabel
- 
withValue
 
-