Package | Description |
---|---|
com.flexganttfx.model.dateline |
Classes used to support the dateline (child control of timeline).
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
impl.com.flexganttfx.skin.timeline |
Classes for the timeline, dateline, and eventline skins.
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitResolution
A resolution type for
ChronoUnit that can be used in combination with
the ChronoUnitDatelineModel . |
class |
SimpleUnitResolution
A resolution type for
SimpleUnit that can be used in combination with
the SimpleUnitDatelineModel . |
Modifier and Type | Method and Description |
---|---|
javafx.collections.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 |
---|---|
javafx.collections.ObservableList<Resolution<?>> |
Dateline.getScaleResolutions()
An observable list of the currently displayed resolutions within the various
scales of the dateline.
|
Modifier and Type | Method and Description |
---|---|
void |
DatelineCell.update(Instant startTime,
Instant endTime,
Resolution<T> resolution,
Dateline dateline,
Resolution.Position position) |
Modifier and Type | Method and Description |
---|---|
void |
ChronoUnitDatelineCell.update(Instant startTime,
Instant endTime,
Resolution<ChronoUnit> resolution,
Dateline dateline,
Resolution.Position scalePosition) |
void |
SimpleUnitDatelineCell.update(Instant startTime,
Instant endTime,
Resolution<SimpleUnit> resolution,
Dateline dateline,
Resolution.Position scalePosition) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.