Class GuideBoxDefaultState

java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.GuideBoxDefaultState
All Implemented Interfaces:
Serializable

public class GuideBoxDefaultState extends AbstractConfigurationObject
See Also:
  • Constructor Details

    • GuideBoxDefaultState

      public GuideBoxDefaultState()
  • Method Details

    • getClassName

      public String getClassName()
      See Also:
    • setClassName

      public void setClassName(String className)
      CSS class name of the guide box in this state. Defaults to highcharts-drag-box-default. Defaults to highcharts-drag-box-default.
      Parameters:
      className -
    • getColor

      public Color getColor()
      See Also:
    • setColor

      public void setColor(Color color)
      Guide box fill color. Defaults to rgba(0, 0, 0, 0.1).
      Parameters:
      color -
    • getCursor

      public String getCursor()
      See Also:
    • setCursor

      public void setCursor(String cursor)
      Guide box cursor. Defaults to "move".
      Parameters:
      cursor -
    • getLineColor

      public Color getLineColor()
      See Also:
    • setLineColor

      public void setLineColor(Color lineColor)
      Color of the border around the guide box. Defaults to #888.
      Parameters:
      lineColor -
    • getLineWidth

      public Number getLineWidth()
      See Also:
    • setLineWidth

      public void setLineWidth(Number lineWidth)
      Width of the line around the guide box. Defaults to 1.
      Parameters:
      lineWidth -
    • getzIndex

      public Number getzIndex()
      See Also:
    • setzIndex

      public void setzIndex(Number zIndex)
      Guide box zIndex. Defaults to 900.
      Parameters:
      zIndex -