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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected ItemStyleprotected Booleanprotected Booleanprotected Booleanprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClip()getShow()getWidth()voidvoidsetItemStyle(ItemStyle itemStyle) voidsetOverlap(Boolean overlap) voidsetRoundCap(Boolean roundCap) voidvoidwithItemStyle(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
-