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:
public class DrillUpButtonTheme extends AbstractConfigurationObject
A collection of style attributes for the
DrillUpButton
See Also:
-
-
Constructor Summary
Constructors Constructor Description DrillUpButtonTheme()
-
Method Summary
All Methods Modifier and Type Method Description Color
getFill()
Number
getR()
Color
getStroke()
Number
getStrokeWidth()
void
setFill(Color fill)
SVG fill attribute for the button
void
setR(Number r)
SVG border radius attribute for the button
void
setStroke(Color stroke)
SVG stroke attribute for the button
void
setStrokeWidth(Number strokeWidth)
SVG stroke-width attribute
-
-
-
Method Detail
-
getFill
public Color getFill()
Returns:
See Also:
-
setFill
public void setFill(Color fill)
SVG fill attribute for the button
Parameters:
fill
-
-
getStroke
public Color getStroke()
Returns:
See Also:
-
setStroke
public void setStroke(Color stroke)
SVG stroke attribute for the button
Parameters:
stroke
-
-
getStrokeWidth
public Number getStrokeWidth()
Returns:
See Also:
-
setStrokeWidth
public void setStrokeWidth(Number strokeWidth)
SVG stroke-width attribute
Parameters:
strokeWidth
-
-
getR
public Number getR()
Returns:
See Also:
-
setR
public void setR(Number r)
SVG border radius attribute for the button
Parameters:
r
-
-
-