Package | Description |
---|---|
com.dlsc.flexgantt.swing.mac | |
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 |
MacTimeGranularityDatelineRenderer
A specialized dateline renderer for MacOS X.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatelineRenderer<T extends IDatelineModel>
An abstract dateline renderer that provides common functionality for its
subclasses.
|
class |
SimpleGranularityDatelineRenderer<T extends SimpleGranularityDatelineModel>
A dateline renderer implementation that will be used if the dateline model is
an instance of
SimpleGranularityDatelineModel . |
class |
TimeGranularityDatelineRenderer<T extends TimeGranularityDatelineModel>
A dateline renderer implementation that will be used if the dateline model is
an instance of
TimeGranularityDatelineModel . |
Modifier and Type | Method and Description |
---|---|
IDatelineRenderer |
Dateline.getDatelineRenderer()
Returns the currently used dateline renderer.
|
<T extends IDatelineModel> |
Dateline.getDatelineRenderer(Class<T> modelClass)
Returns a dateline renderer for the given model type.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends IDatelineModel>,IDatelineRenderer> |
Dateline.getRendererMap()
Returns the map used to store the mappings between dateline model classes
and dateline renderers.
|
Modifier and Type | Method and Description |
---|---|
<T extends IDatelineModel> |
Dateline.setDatelineRenderer(Class<T> modelClass,
IDatelineRenderer<T> renderer)
Specifies a dateline renderer implementation that will be used to draw
the dateline if the dateline's model is of the given model type.
|
Modifier and Type | Method and Description |
---|---|
void |
Dateline.setRendererMap(Map<Class<? extends IDatelineModel>,IDatelineRenderer> map)
Sets the map used to store the mappings between dateline model classes
and dateline renderers.
|
Copyright © 2006–2016 Dirk Lemmermann Software & Consulting. All rights reserved.