Class DrillUpButtonTheme
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.DrillUpButtonTheme
-
- All Implemented Interfaces:
Serializable
public class DrillUpButtonTheme extends AbstractConfigurationObject
A collection of style attributes for theDrillUpButton- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrillUpButtonTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetFill()NumbergetR()ColorgetStroke()NumbergetStrokeWidth()voidsetFill(Color fill)SVG fill attribute for the buttonvoidsetR(Number r)SVG border radius attribute for the buttonvoidsetStroke(Color stroke)SVG stroke attribute for the buttonvoidsetStrokeWidth(Number strokeWidth)SVG stroke-width attribute
-
-
-
Method Detail
-
getFill
public Color getFill()
- Returns:
- See Also:
setFill(Color)
-
setFill
public void setFill(Color fill)
SVG fill attribute for the button- Parameters:
fill-
-
getStroke
public Color getStroke()
- Returns:
- See Also:
setStroke(Color)
-
setStroke
public void setStroke(Color stroke)
SVG stroke attribute for the button- Parameters:
stroke-
-
getStrokeWidth
public Number getStrokeWidth()
- Returns:
- See Also:
setStrokeWidth(Number)
-
setStrokeWidth
public void setStrokeWidth(Number strokeWidth)
SVG stroke-width attribute- Parameters:
strokeWidth-
-
getR
public Number getR()
- Returns:
- See Also:
setR(Number)
-
setR
public void setR(Number r)
SVG border radius attribute for the button- Parameters:
r-
-
-