Class AbstractMarkElement<T extends AbstractMarkElement<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.mark.AbstractMarkElement<T>
- Type Parameters:
T
- origin element class type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MarkArea.Blur
,MarkArea.Emphasis
,MarkArea.Point
,MarkPoint.Blur
,MarkPoint.Emphasis
,MarkPoint.Point
public abstract class AbstractMarkElement<T extends AbstractMarkElement<T>>
extends ChartObservableObject
Base class for mark elements.
- 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 TypeMethodDescriptiongetLabel()
void
setItemStyle
(ItemStyle itemStyle) void
withItemStyle
(ItemStyle itemStyle) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
-
Field Details
-
itemStyle
-
label
-
-
Constructor Details
-
AbstractMarkElement
public AbstractMarkElement()
-
-
Method Details
-
getItemStyle
-
getLabel
-
setLabel
-
withLabel
-