Package | Description |
---|---|
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventlineObjectRenderer
The default renderer used for objects shown on the eventline.
|
Modifier and Type | Method and Description |
---|---|
IEventlineObjectRenderer |
Eventline.getEventlineObjectRenderer(Class cl)
Returns an eventline object renderer for an object.
|
Modifier and Type | Method and Description |
---|---|
Map<Class,IEventlineObjectRenderer> |
Eventline.getRendererMap()
Returns the map used to store the mappings between eventline object
classes and eventline object renderers.
|
Modifier and Type | Method and Description |
---|---|
void |
Eventline.setEventlineObjectRenderer(Class objectType,
IEventlineObjectRenderer renderer)
Maps the implementation of an eventline object renderer to a class
definition.
|
Modifier and Type | Method and Description |
---|---|
void |
Eventline.setRendererMap(Map<Class,IEventlineObjectRenderer> map)
Sets the map used to store the mappings between eventline object classes
and eventline object renderers.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.