Class Marker
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.Marker
- 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldanimation.getColor()Getter for the fieldcolor.voidsetAnimation(Boolean animation) Animation for the marker as it moves between values.voidThe color of the marker.
-
Constructor Details
-
Marker
public Marker()Constructor for Marker.
-
-
Method Details
-
getAnimation
Getter for the field
animation.- Returns:
- a
Booleanobject. - See Also:
-
setAnimation
Animation for the marker as it moves between values. Set tofalseto disable animation. Defaults to{ duration: 50 }.- Parameters:
animation- aBooleanobject.
-
getColor
Getter for the field
color.- Returns:
- a
Colorobject. - See Also:
-
setColor
The color of the marker.Defaults to: gray
- Parameters:
color- aColorobject.
-