Package | Description |
---|---|
com.flexganttfx.model.timeline |
Timeline model class and the two specializations for the temporal
units ChronoUnit and SimpleUnit.
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitTimelineModel
A specialized timeline model for the
ChronoUnit temporal unit. |
class |
SimpleUnitTimelineModel
A specialized timeline model for the
SimpleUnit temporal unit. |
Modifier and Type | Method and Description |
---|---|
TimelineModel<?> |
Timeline.getModel()
Returns the value of
Timeline.modelProperty() . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<TimelineModel<?>> |
Timeline.modelProperty()
Stores the timeline model to be used by the timeline.
|
Modifier and Type | Method and Description |
---|---|
void |
Timeline.setModel(TimelineModel<?> model)
Sets the value of
Timeline.modelProperty() . |
Modifier and Type | Method and Description |
---|---|
TimelineModel<?> |
RowCanvas.getTimelineModel() |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.