Class Hover
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.Hover
- All Implemented Interfaces:
Serializable
@Generated(value="This class was generated",
comments="Incorrect and missing API should be reported")
public class Hover
extends AbstractConfigurationObject
Options for the hovered series
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldborderColor.Getter for the fieldborderWidth.Getter for the fieldbrightness.getColor()Getter for the fieldcolor.Getter for the fieldenabled.Getter for the fieldmarker.voidsetBorderColor(Color borderColor) The border color of the point in this statevoidsetBorderWidth(Number borderWidth) The border width of the point in this statevoidsetBrightness(Number brightness) The relative brightness of the point when hovered, relative to the normal point color.voidThe color of the shape in this statevoidsetEnabled(Boolean enabled) Enable separate styles for the series in different states.voidSetter for the fieldmarker.
-
Constructor Details
-
Hover
public Hover()Constructor for Hover.
-
Hover
Constructor for Hover.
- Parameters:
enabled- aBooleanobject.
-
-
Method Details
-
getBorderColor
Getter for the field
borderColor.- Returns:
- a
Colorobject. - See Also:
-
setBorderColor
The border color of the point in this state- Parameters:
borderColor- aColorobject.
-
getBorderWidth
Getter for the field
borderWidth.- Returns:
- a
Numberobject. - See Also:
-
setBorderWidth
The border width of the point in this state- Parameters:
borderWidth- aNumberobject.
-
getBrightness
Getter for the field
brightness.- Returns:
- a
Numberobject. - See Also:
-
setBrightness
The relative brightness of the point when hovered, relative to the normal point color.Defaults to: 0.2
- Parameters:
brightness- aNumberobject.
-
getColor
Getter for the field
color.- Returns:
- a
Colorobject. - See Also:
-
setColor
The color of the shape in this state- Parameters:
color- aColorobject.
-
getEnabled
Getter for the field
enabled.- Returns:
- a
Booleanobject. - See Also:
-
setEnabled
Enable separate styles for the series in different states.Defaults to: true
- Parameters:
enabled- aBooleanobject.
-
getMarker
Getter for the field
marker.- Returns:
- a
Markerobject. - See Also:
-
setMarker
Setter for the field
marker.- Parameters:
marker- aMarkerobject.
-