Package | Description |
---|---|
com.dlsc.flexgantt.swing.layer.system |
Contains the system layers for drawing the background, grid lines, popups,
relationships, controls, spreadsheets, overviews, global events and
activities.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCalendarEntryRenderer
A renderer specialized on rendering calendar entries.
|
class |
WeekendCalendarEntryRenderer
A specialized calendar entry renderer that grays out weekends.
|
Modifier and Type | Method and Description |
---|---|
ICalendarEntryRenderer |
CalendarLayer.getCalendarEntryRenderer(Class cl)
Returns a calendar entry renderer for a given entry type.
|
Modifier and Type | Method and Description |
---|---|
Map<Class,ICalendarEntryRenderer> |
CalendarLayer.getCalendarEntryRendererMap()
Returns the map storring the mappings between calendar entry types and
calendar entry renderers.
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarLayer.setCalendarEntryRenderer(Class objectType,
ICalendarEntryRenderer renderer)
Maps the implementation of a calendar entry renderer to a calendar object
definition.
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarLayer.setCalendarEntryRendererMap(Map<Class,ICalendarEntryRenderer> map)
Sets the map storring the mappings between calendar entry types and
calendar entry renderers.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.