Class CalendarLayer<R extends Row<?,​?,​?>>

Type Parameters:
R - the type of the rows

public class CalendarLayer<R extends Row<?,​?,​?>>
extends SystemLayer<R>
Draws the entries returned by the calendars attached to a row or attached to the entire graphics view. The calendar layer uses plugable renderers that are mapped to the entry types. Applications can register their own renderers by calling setCalendarActivityRenderer(Class, CalendarActivityRenderer).
Since:
1.0
See Also:
Calendar, CalendarActivity, GraphicsBase.getForegroundSystemLayers(), GraphicsBase.getBackgroundSystemLayers(), GraphicsBase.getForegroundSystemLayer(Class), GraphicsBase.getBackgroundSystemLayer(Class)