All Implemented Interfaces:
Serializable

@Generated(value="This class was generated", comments="Incorrect and missing API should be reported") public class Marker extends AbstractConfigurationObject
The triangular marker on a scalar color axis that points to the value of the hovered area. To disable the marker, set marker: null.
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • Marker

      public Marker()

      Constructor for Marker.

  • Method Details

    • getAnimation

      public Boolean getAnimation()

      Getter for the field animation.

      Returns:
      a Boolean object.
      See Also:
    • setAnimation

      public void setAnimation(Boolean animation)
      Animation for the marker as it moves between values. Set to false to disable animation. Defaults to { duration: 50 }.
      Parameters:
      animation - a Boolean object.
    • getColor

      public Color getColor()

      Getter for the field color.

      Returns:
      a Color object.
      See Also:
    • setColor

      public void setColor(Color color)
      The color of the marker.

      Defaults to: gray

      Parameters:
      color - a Color object.