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:
  • Field Details

    • label

      protected Label label
    • lineStyle

      protected LineStyle lineStyle
  • Constructor Details

    • AbstractMarkLineElement

      public AbstractMarkLineElement()
  • Method Details

    • getLabel

      public Label getLabel()
    • setLabel

      public void setLabel(Label label)
    • getLineStyle

      public LineStyle getLineStyle()
    • setLineStyle

      public void setLineStyle(LineStyle lineStyle)
    • withLabel

      public T withLabel(Label label)
    • withLineStyle

      public T withLineStyle(LineStyle lineStyle)