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
Modifier and TypeFieldDescriptionprotected Boolean
protected Integer
protected Integer
protected Integer
protected Integer
protected String
protected String
protected Integer
protected Label
protected Boolean
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
void
setAnimation
(Boolean animation) void
setAnimationDelay
(Integer animationDelay) void
setAnimationDelayUpdate
(Integer animationDelayUpdate) void
setAnimationDuration
(Integer animationDuration) void
setAnimationDurationUpdate
(Integer animationDurationUpdate) void
setAnimationEasing
(String animationEasing) void
setAnimationEasingUpdate
(String animationEasingUpdate) void
setAnimationThreshold
(Integer animationThreshold) void
void
withAnimation
(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
-