Class Normal
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.Normal
- 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldanimation.voidsetAnimation(Boolean animation) Animation options for the fill color when returning from hover state to normal state.
-
Constructor Details
-
Normal
public Normal()Constructor for Normal.
-
-
Method Details
-
getAnimation
Getter for the field
animation.- Returns:
- a
Booleanobject. - See Also:
-
setAnimation
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- aBooleanobject.
-