public class Calendar extends Object
Modifier and Type | Field and Description |
---|---|
protected Color |
backgroundColor |
static String |
copyright |
protected Color |
foregroundColor |
protected String |
id |
protected String |
name |
Constructor and Description |
---|
Calendar() |
Calendar(String id,
String name,
Color color) |
Calendar(String id,
String name,
Color backgroundColor,
Color foregroundColor) |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor() |
String |
getBackgroundHtmlColor() |
Color |
getForegroundColor() |
String |
getForegroundHtmlColor() |
String |
getId() |
String |
getName() |
void |
setBackgroundColor(Color backgroundColor) |
void |
setForegroundColor(Color foregroundColor) |
void |
setId(String id) |
void |
setName(String name) |
public static final String copyright
protected String id
protected String name
protected Color foregroundColor
protected Color backgroundColor
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Color getForegroundColor()
public void setForegroundColor(Color foregroundColor)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public String getForegroundHtmlColor()
public String getBackgroundHtmlColor()