public class DrillUpButtonTheme extends AbstractConfigurationObject
DrillUpButton| Constructor and Description |
|---|
DrillUpButtonTheme() |
| Modifier and Type | Method and 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
|
public Color getFill()
setFill(Color)public void setFill(Color fill)
fill - public Color getStroke()
setStroke(Color)public void setStroke(Color stroke)
stroke - public Number getStrokeWidth()
setStrokeWidth(Number)public void setStrokeWidth(Number strokeWidth)
strokeWidth - public Number getR()
setR(Number)public void setR(Number r)
r - Copyright © 2022. All rights reserved.