Class DrillUpButtonTheme
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.DrillUpButtonTheme
- All Implemented Interfaces:
Serializable
A collection of style attributes for the
DrillUpButton- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFill()getR()voidSVG fill attribute for the buttonvoidSVG border radius attribute for the buttonvoidSVG stroke attribute for the buttonvoidsetStrokeWidth(Number strokeWidth) SVG stroke-width attribute
-
Constructor Details
-
DrillUpButtonTheme
public DrillUpButtonTheme()
-
-
Method Details
-
getFill
- Returns:
- See Also:
-
setFill
SVG fill attribute for the button- Parameters:
fill-
-
getStroke
- Returns:
- See Also:
-
setStroke
SVG stroke attribute for the button- Parameters:
stroke-
-
getStrokeWidth
- Returns:
- See Also:
-
setStrokeWidth
SVG stroke-width attribute- Parameters:
strokeWidth-
-
getR
- Returns:
- See Also:
-
setR
SVG border radius attribute for the button- Parameters:
r-
-