Class Radar.Indicator
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.axis.Radar.Indicator
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Radar
Indicator of radar chart, which is used to assign multiple variables(dimensions) in radar chart.
 Required attribute to displaying radar coordinates.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Colorprotected Integerprotected Integerprotected StringFields 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- 
name
- 
max
- 
min
- 
color
 
- 
- 
Constructor Details- 
Indicatorpublic Indicator()
 
- 
- 
Method Details- 
getName
- 
setName
- 
getMax
- 
setMax
- 
getMin
- 
setMin
- 
getColor
- 
withName
- 
withMax
- 
withMin
 
-