| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
ColorDefinition |
ColorDefinition.clone() |
ColorDefinition |
ColorDefinition.set(java.lang.String fieldName,
java.lang.Object value) |
ColorDefinition |
ColorDefinition.setBackground(java.lang.String background)
The background color associated with this color definition.
|
ColorDefinition |
ColorDefinition.setForeground(java.lang.String foreground)
The foreground color that can be used to write on top of a background with 'background' color.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ColorDefinition> |
Colors.getCalendar()
A global palette of calendar colors, mapping from the color ID to its definition.
|
java.util.Map<java.lang.String,ColorDefinition> |
Colors.getEvent()
A global palette of event colors, mapping from the color ID to its definition.
|
| Modifier and Type | Method and Description |
|---|---|
Colors |
Colors.setCalendar(java.util.Map<java.lang.String,ColorDefinition> calendar)
A global palette of calendar colors, mapping from the color ID to its definition.
|
Colors |
Colors.setEvent(java.util.Map<java.lang.String,ColorDefinition> event)
A global palette of event colors, mapping from the color ID to its definition.
|