Uses of Class
com.flexganttfx.view.timeline.Dateline
Packages that use Dateline
Package
Description
The timeline control, which consists of the dateline and the eventline child
controls.
Classes for the timeline, dateline, and eventline skins.
-
Uses of Dateline in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return DatelineModifier and TypeMethodDescriptionfinal Dateline
DatelineCell.getDateline()
final Dateline
Timeline.getDateline()
Returns the dateline contained within the timeline.Methods in com.flexganttfx.view.timeline with parameters of type DatelineModifier and TypeMethodDescriptionvoid
DatelineCell.update
(Instant startTime, Instant endTime, Resolution<T> resolution, Dateline dateline, Resolution.Position position) -
Uses of Dateline in impl.com.flexganttfx.skin.timeline
Methods in impl.com.flexganttfx.skin.timeline with parameters of type DatelineModifier and TypeMethodDescriptionvoid
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) Constructors in impl.com.flexganttfx.skin.timeline with parameters of type Dateline