All Implemented Interfaces:
Serializable

@Generated(value="This class was generated", comments="Incorrect and missing API should be reported") public class Normal extends AbstractConfigurationObject
Overrides for the normal state
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • Normal

      public Normal()

      Constructor for Normal.

  • Method Details

    • getAnimation

      public Boolean getAnimation()

      Getter for the field animation.

      Returns:
      a Boolean object.
      See Also:
    • setAnimation

      public void setAnimation(Boolean animation)
      Animation options for the fill color when returning from hover state to normal state. The animation adds some latency in order to reduce the effect of flickering when hovering in and out of for example an uneven coastline.

      Defaults to: true

      Parameters:
      animation - a Boolean object.