public class Background extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Background |
DEFAULT_BACKGROUND |
| Constructor and Description |
|---|
Background() |
| Modifier and Type | Method and Description |
|---|---|
ColorReference |
getBackgroundColor() |
ColorReference |
getBorderColor() |
Integer |
getBorderWidth() |
PixelOrPercent |
getInnerRadius() |
Integer |
getInnerWidth() |
PixelOrPercent |
getOuterRadius() |
Integer |
getOuterWidth() |
Background |
setBackgroundColor(ColorReference backgroundColor) |
Background |
setBorderColor(ColorReference borderColor) |
Background |
setBorderWidth(Integer borderWidth) |
Background |
setInnerRadius(PixelOrPercent innerRadius) |
Background |
setInnerWidth(Integer innerWidth) |
Background |
setOuterRadius(PixelOrPercent outerRadius) |
Background |
setOuterWidth(Integer outerWidth) |
public static final Background DEFAULT_BACKGROUND
public ColorReference getBackgroundColor()
public ColorReference getBorderColor()
public Integer getBorderWidth()
public Integer getInnerWidth()
public Integer getOuterWidth()
public Background setBackgroundColor(ColorReference backgroundColor)
public Background setBorderColor(ColorReference borderColor)
public Background setBorderWidth(Integer borderWidth)
public Background setInnerWidth(Integer innerWidth)
public Background setOuterWidth(Integer outerWidth)
public Background setOuterRadius(PixelOrPercent outerRadius)
public PixelOrPercent getOuterRadius()
public Background setInnerRadius(PixelOrPercent innerRadius)
public PixelOrPercent getInnerRadius()
Copyright © 2013. All Rights Reserved.