| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
ColorDefinition |
ColorDefinition.clone() |
ColorDefinition |
ColorDefinition.set(String fieldName,
Object value) |
ColorDefinition |
ColorDefinition.setBackground(String background)
The background color associated with this color definition.
|
ColorDefinition |
ColorDefinition.setForeground(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 |
|---|---|
Map<String,ColorDefinition> |
Colors.getCalendar()
A global palette of calendar colors, mapping from the color ID to its definition.
|
Map<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(Map<String,ColorDefinition> calendar)
A global palette of calendar colors, mapping from the color ID to its definition.
|
Colors |
Colors.setEvent(Map<String,ColorDefinition> event)
A global palette of event colors, mapping from the color ID to its definition.
|
Copyright © 2011–2020 Google. All rights reserved.