Class BrushFeature.Title
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.toolbox.BrushFeature.Title
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BrushFeature
A component for title for each icon in brush toolbox.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClear()
getKeep()
getLineX()
getLineY()
getRect()
void
void
void
void
void
setPolygon
(String polygon) void
withPolygon
(String polygon) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
rect
-
polygon
-
lineX
-
lineY
-
keep
-
clear
-
-
Constructor Details
-
Title
public Title()
-
-
Method Details
-
getRect
-
setRect
-
getPolygon
-
setPolygon
-
getLineX
-
setLineX
-
getLineY
-
setLineY
-
getKeep
-
setKeep
-
getClear
-
setClear
-
withRect
-
withPolygon
-
withLineX
-
withLineY
-
withKeep
-
withClear
-