Class AbstractVisualMap.VisualMapController
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap.VisualMapController
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - AbstractVisualMap<T extends AbstractVisualMap<T>>
 
Controller for 
inRange and outOfRange properties.
 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
FieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetInRange(VisualEffect inRange) voidsetOutOfRange(VisualEffect outOfRange) withInRange(VisualEffect inRange) withOutOfRange(VisualEffect outOfRange) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth 
- 
Field Details
- 
inRange
 - 
outOfRange
 
 - 
 - 
Constructor Details
- 
VisualMapController
public VisualMapController() 
 - 
 - 
Method Details
- 
getInRange
 - 
getOutOfRange
 
 -