public class ButtonTheme extends AbstractConfigurationObject
Constructor and Description |
---|
ButtonTheme() |
Modifier and Type | Method and Description |
---|---|
Color |
getFill() |
Color |
getStroke() |
Number |
getStrokeWidth() |
Style |
getStyle() |
Number |
getWidth() |
void |
setFill(Color fill) |
void |
setStroke(Color stroke) |
void |
setStrokeWidth(Number strokeWidth) |
void |
setStyle(Style style) |
void |
setWidth(Number width) |
public Color getFill()
public void setFill(Color fill)
public Color getStroke()
public void setStroke(Color stroke)
public Number getStrokeWidth()
public void setStrokeWidth(Number strokeWidth)
public Style getStyle()
public void setStyle(Style style)
public Number getWidth()
public void setWidth(Number width)
Copyright © 2020. All rights reserved.