Package | Description |
---|---|
com.flexganttfx.model.dateline |
Classes used to support the dateline (subcontrol of timeline).
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitResolution |
class |
SimpleUnitResolution |
Modifier and Type | Method and Description |
---|---|
ObservableList<Resolution<? extends T>> |
DatelineModel.getResolutions()
Returns all resolutions that are defined for / supported by this model.
|
Iterator<? extends Resolution<? extends T>> |
DatelineModel.getResolutions(T temporalUnit)
Returns all resolutions that are available for the given temporal unit.
|
Modifier and Type | Method and Description |
---|---|
void |
DatelineModel.addResolution(Resolution<T> resolution)
Adds a resolution to the model.
|
void |
DatelineModel.removeResolution(Resolution<? extends T> resolution)
Removes a resolution from the model.
|
Modifier and Type | Method and Description |
---|---|
Resolution<T> |
DatelineCell.getResolution() |
Modifier and Type | Method and Description |
---|---|
ObservableList<Resolution<?>> |
Dateline.getScaleResolutions() |
Modifier and Type | Method and Description |
---|---|
void |
DatelineCell.update(Instant startTime,
Instant endTime,
Resolution<T> resolution,
Dateline dateline,
Resolution.Position position) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.