Class BrushFeature.Icon
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.toolbox.BrushFeature.Icon
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- BrushFeature
A component for icon path for each icon in brush toolbox.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetClear()getKeep()getLineX()getLineY()getRect()voidvoidvoidvoidvoidsetPolygon(String polygon) voidwithPolygon(String polygon) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
rect
- 
polygon
- 
lineX
- 
lineY
- 
keep
- 
clear
 
- 
- 
Constructor Details- 
Iconpublic Icon()
 
- 
- 
Method Details- 
getRect
- 
setRect
- 
getPolygon
- 
setPolygon
- 
getLineX
- 
setLineX
- 
getLineY
- 
setLineY
- 
getKeep
- 
setKeep
- 
getClear
- 
setClear
- 
withRect
- 
withPolygon
- 
withLineX
- 
withLineY
- 
withKeep
- 
withClear
 
-