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.
Class DrillUpButtonTheme
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.DrillUpButtonTheme
All Implemented Interfaces:
A collection of style attributes for the DrillUpButton
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFill()
getR()
void
SVG fill attribute for the button
void
SVG border radius attribute for the button
void
SVG stroke attribute for the button
void
setStrokeWidth
(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
-
-