Class ChartOptions.StateAnimation
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.ChartOptions.StateAnimation
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChartOptions
State switching animation configurations. Can be configured in each series individually.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDuration
(Integer duration) void
withDuration
(Integer duration) withEasing
(String easing) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
duration
-
easing
-
-
Constructor Details
-
StateAnimation
public StateAnimation()
-
-
Method Details
-
getDuration
-
setDuration
-
getEasing
-
setEasing
-
withDuration
-
withEasing
-