Package | Description |
---|---|
com.flexganttfx.extras.properties.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 | Method and Description |
---|---|
List<org.controlsfx.control.PropertySheet.Item> |
DatelineItemProvider.getPropertySheetItems(Dateline target) |
Modifier and Type | Method and Description |
---|---|
Dateline |
Timeline.getDateline()
Returns the dateline contained within the timeline.
|
Dateline |
DatelineCell.getDateline() |
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) |
Constructor and Description |
---|
DatelineSkin(Dateline dateline) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.