Class ButtonTheme
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.style.ButtonTheme
- All Implemented Interfaces:
Serializable
ButtonTheme class.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFill()Getter for the fieldfill.Getter for the fieldstroke.Getter for the fieldstrokeWidth.getStyle()Getter for the fieldstyle.getWidth()Getter for the fieldwidth.voidSetter for the fieldfill.voidSetter for the fieldstroke.voidsetStrokeWidth(Number strokeWidth) Setter for the fieldstrokeWidth.voidSetter for the fieldstyle.voidSetter for the fieldwidth.
-
Constructor Details
-
ButtonTheme
public ButtonTheme()
-
-
Method Details
-
getFill
Getter for the field
fill.- Returns:
- a
Colorobject.
-
setFill
Setter for the field
fill.- Parameters:
fill- aColorobject.
-
getStroke
Getter for the field
stroke.- Returns:
- a
Colorobject.
-
setStroke
Setter for the field
stroke.- Parameters:
stroke- aColorobject.
-
getStrokeWidth
Getter for the field
strokeWidth.- Returns:
- a
Numberobject.
-
setStrokeWidth
Setter for the field
strokeWidth.- Parameters:
strokeWidth- aNumberobject.
-
getStyle
Getter for the field
style.- Returns:
- a
Styleobject.
-
setStyle
Setter for the field
style.- Parameters:
style- aStyleobject.
-
getWidth
Getter for the field
width.- Returns:
- a
Numberobject.
-
setWidth
Setter for the field
width.- Parameters:
width- aNumberobject.
-