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 Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Integerprotected Integerprotected Integerprotected Integerprotected Stringprotected Stringprotected Integerprotected Labelprotected BooleanFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier 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.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
silent
-
label
-
animation
-
animationThreshold
-
animationDuration
-
animationEasing
-
animationDelay
-
animationDurationUpdate
-
animationEasingUpdate
-
animationDelayUpdate
-
-
Constructor Details
-
AbstractMark
public 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
-