Class ButtonTheme
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.style.ButtonTheme
-
- All Implemented Interfaces:
Serializable
public class ButtonTheme extends AbstractConfigurationObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ButtonTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetFill()ColorgetStroke()NumbergetStrokeWidth()StylegetStyle()NumbergetWidth()voidsetFill(Color fill)voidsetStroke(Color stroke)voidsetStrokeWidth(Number strokeWidth)voidsetStyle(Style style)voidsetWidth(Number width)
-
-
-
Method Detail
-
getFill
public Color getFill()
-
setFill
public void setFill(Color fill)
-
getStroke
public Color getStroke()
-
setStroke
public void setStroke(Color stroke)
-
getStrokeWidth
public Number getStrokeWidth()
-
setStrokeWidth
public void setStrokeWidth(Number strokeWidth)
-
getStyle
public Style getStyle()
-
setStyle
public void setStyle(Style style)
-
getWidth
public Number getWidth()
-
setWidth
public void setWidth(Number width)
-
-