Class GaugeSeries.Progress
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.Progress
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GaugeSeries
Component that used to show current progress.
- 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 Boolean
protected ItemStyle
protected Boolean
protected Boolean
protected Boolean
protected Integer
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClip()
getShow()
getWidth()
void
void
setItemStyle
(ItemStyle itemStyle) void
setOverlap
(Boolean overlap) void
setRoundCap
(Boolean roundCap) void
void
withItemStyle
(ItemStyle itemStyle) withOverlap
(Boolean overlap) withRoundCap
(Boolean roundCap) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
show
-
overlap
-
width
-
roundCap
-
clip
-
itemStyle
-
-
Constructor Details
-
Progress
public Progress()
-
-
Method Details
-
getShow
-
setShow
-
getOverlap
-
setOverlap
-
getWidth
-
setWidth
-
getRoundCap
-
setRoundCap
-
getClip
-
setClip
-
getItemStyle
-
withShow
-
withOverlap
-
withWidth
-
withRoundCap
-
withClip
-