Class AbstractMark<T extends AbstractMark<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMark<T>
- Type Parameters:
- T- origin class type
- All Implemented Interfaces:
- Serializable
Base class for mark point, mark line and mark area.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Booleanprotected Integerprotected Integerprotected Integerprotected Integerprotected Stringprotected Stringprotected Integerprotected Labelprotected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetLabel()voidsetAnimation(Boolean animation) voidsetAnimationDelay(Integer animationDelay) voidsetAnimationDelayUpdate(Integer animationDelayUpdate) voidsetAnimationDuration(Integer animationDuration) voidsetAnimationDurationUpdate(Integer animationDurationUpdate) voidsetAnimationEasing(String animationEasing) voidsetAnimationEasingUpdate(String animationEasingUpdate) voidsetAnimationThreshold(Integer animationThreshold) voidvoidwithAnimation(Boolean animation) withAnimationDelay(Integer animationDelay) withAnimationDelayUpdate(Integer animationDelayUpdate) withAnimationDuration(Integer animationDuration) withAnimationDurationUpdate(Integer animationDurationUpdate) withAnimationEasing(String animationEasing) withAnimationEasingUpdate(String animationEasingUpdate) withAnimationThreshold(Integer animationThreshold) withSilent(Boolean silent) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
silent
- 
label
- 
animation
- 
animationThreshold
- 
animationDuration
- 
animationEasing
- 
animationDelay
- 
animationDurationUpdate
- 
animationEasingUpdate
- 
animationDelayUpdate
 
- 
- 
Constructor Details- 
AbstractMarkpublic AbstractMark()
 
- 
- 
Method Details- 
getSilent
- 
setSilent
- 
getLabel
- 
setLabel
- 
getAnimation
- 
setAnimation
- 
getAnimationThreshold
- 
setAnimationThreshold
- 
getAnimationDuration
- 
setAnimationDuration
- 
getAnimationEasing
- 
setAnimationEasing
- 
getAnimationDelay
- 
setAnimationDelay
- 
getAnimationDurationUpdate
- 
setAnimationDurationUpdate
- 
getAnimationEasingUpdate
- 
setAnimationEasingUpdate
- 
getAnimationDelayUpdate
- 
setAnimationDelayUpdate
- 
withSilent
- 
withLabel
- 
withAnimation
- 
withAnimationThreshold
- 
withAnimationDuration
- 
withAnimationEasing
- 
withAnimationDelay
- 
withAnimationDurationUpdate
- 
withAnimationEasingUpdate
- 
withAnimationDelayUpdate
 
-