All Implemented Interfaces:
Serializable

@Generated(value="This class was generated", comments="Incorrect and missing API should be reported") public class States extends AbstractConfigurationObject
A wrapper object for all the series options in specific states.
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • States

      public States()

      Constructor for States.

  • Method Details

    • getHover

      public Hover getHover()

      Getter for the field hover.

      Returns:
      a Hover object.
      See Also:
    • setHover

      public void setHover(Hover hover)
      Options for the hovered series
      Parameters:
      hover - a Hover object.
    • getNormal

      public Normal getNormal()

      Getter for the field normal.

      Returns:
      a Normal object.
      See Also:
    • setNormal

      public void setNormal(Normal normal)
      Overrides for the normal state
      Parameters:
      normal - a Normal object.
    • getSelect

      public Select getSelect()

      Getter for the field select.

      Returns:
      a Select object.
      See Also:
    • setSelect

      public void setSelect(Select select)
      Specific options for point in selected states, after being selected by allowPointSelect or programmatically.
      Parameters:
      select - a Select object.