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 SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected ItemStyleprotected Booleanprotected Booleanprotected Booleanprotected IntegerFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
show
- 
overlap
- 
width
- 
roundCap
- 
clip
- 
itemStyle
 
- 
- 
Constructor Details- 
Progresspublic Progress()
 
- 
- 
Method Details- 
getShow
- 
setShow
- 
getOverlap
- 
setOverlap
- 
getWidth
- 
setWidth
- 
getRoundCap
- 
setRoundCap
- 
getClip
- 
setClip
- 
getItemStyle
- 
withShow
- 
withOverlap
- 
withWidth
- 
withRoundCap
- 
withClip
 
-