We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.style.
Class ButtonTheme
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.style.ButtonTheme
-
All Implemented Interfaces:
public class ButtonTheme extends AbstractConfigurationObject
See Also:
-
-
Constructor Summary
Constructors Constructor Description ButtonTheme()
-
Method Summary
All Methods Modifier and Type Method Description Color
getFill()
Color
getStroke()
Number
getStrokeWidth()
Style
getStyle()
Number
getWidth()
void
setFill(Color fill)
void
setStroke(Color stroke)
void
setStrokeWidth(Number strokeWidth)
void
setStyle(Style style)
void
setWidth(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)
-
-