public class Colors extends Object
Set of colors for calendar object
Constructor and Description |
---|
Colors()
Initializes a new instance of the Colors class.
|
Colors(String background,
String foreground)
Initializes a new instance of the Colors class.
|
Modifier and Type | Method and Description |
---|---|
String |
getBackground()
The background color associated with this color definition.
|
String |
getForeground()
The foreground color that can be used to write on top of a background with 'background' color.
|
void |
setBackground(String value)
The background color associated with this color definition.
|
void |
setForeground(String value)
The foreground color that can be used to write on top of a background with 'background' color.
|
String |
toString()
Returns a String which represents the object instance.
|
public final String getBackground()
The background color associated with this color definition.
public final void setBackground(String value)
The background color associated with this color definition.
public final String getForeground()
The foreground color that can be used to write on top of a background with 'background' color.
public final void setForeground(String value)
The foreground color that can be used to write on top of a background with 'background' color.