Class MarkLine.AbstractMarkLineElement<T extends MarkLine.AbstractMarkLineElement<T>>
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.series.mark.MarkLine.AbstractMarkLineElement<T>
- Type Parameters:
- T- origin class type
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MarkLine.Blur,- MarkLine.Emphasis,- MarkLine.Point
- Enclosing class:
- MarkLine
public abstract static class MarkLine.AbstractMarkLineElement<T extends MarkLine.AbstractMarkLineElement<T>>
extends ChartObservableObject
Base class for mark line elements.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectChartObservableObject.ObjectChangeEvent
- 
Field SummaryFieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectchildren, dirty, listener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetLabel()voidvoidsetLineStyle(LineStyle lineStyle) withLineStyle(LineStyle lineStyle) Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObjectaddChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
- 
Field Details- 
label
- 
lineStyle
 
- 
- 
Constructor Details- 
AbstractMarkLineElementpublic AbstractMarkLineElement()
 
- 
- 
Method Details- 
getLabel
- 
setLabel
- 
getLineStyle
- 
withLabel
 
-