Class Brush.BrushStyle

java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.Brush.BrushStyle
All Implemented Interfaces:
Serializable
Enclosing class:
Brush

public static class Brush.BrushStyle extends ChartObservableObject
Brush font style. More detailed information is provided in the documentation.
See Also:
  • Field Details

    • borderWidth

      protected Integer borderWidth
    • color

      protected Color color
    • borderColor

      protected Color borderColor
  • Constructor Details

    • BrushStyle

      public BrushStyle()
  • Method Details

    • getBorderWidth

      public Integer getBorderWidth()
    • setBorderWidth

      public void setBorderWidth(Integer borderWidth)
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • getBorderColor

      public Color getBorderColor()
    • setBorderColor

      public void setBorderColor(Color borderColor)
    • withBorderWidth

      public Brush.BrushStyle withBorderWidth(Integer borderWidth)
    • withColor

      public Brush.BrushStyle withColor(Color color)
    • withBorderColor

      public Brush.BrushStyle withBorderColor(Color borderColor)