public class Background extends Object
| Constructor and Description |
|---|
Background() |
Background(String color,
String borderStyle,
String borderColor,
Integer borderWidth) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBorderColor() |
String |
getBorderStyle() |
Integer |
getBorderWidth() |
String |
getColor() |
void |
setBorderColor(String borderColor) |
void |
setBorderStyle(String borderStyle) |
void |
setBorderWidth(Integer borderWidth) |
void |
setColor(String color) |
public String getColor()
public void setColor(String color)
public String getBorderStyle()
public void setBorderStyle(String borderStyle)
public String getBorderColor()
public void setBorderColor(String borderColor)
public Integer getBorderWidth()
public void setBorderWidth(Integer borderWidth)
Copyright © 2022. All rights reserved.