Class Brush.BrushStyle
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Brush.BrushStyle
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Brush
Brush font style. More detailed information is provided in the documentation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
void
setBorderColor
(Color borderColor) void
setBorderWidth
(Integer borderWidth) void
withBorderColor
(Color borderColor) withBorderWidth
(Integer borderWidth) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
borderWidth
-
color
-
borderColor
-
-
Constructor Details
-
BrushStyle
public BrushStyle()
-
-
Method Details
-
getBorderWidth
-
setBorderWidth
-
getColor
-
getBorderColor
-
withBorderWidth
-