Uses of Class
com.flexganttfx.model.timeline.TimelineModel
Packages that use TimelineModel
Package
Description
Timeline model class and the two specializations for the temporal
units ChronoUnit and SimpleUnit.
The timeline control, which consists of the dateline and the eventline child
controls.
Classes for the graphics skin.
-
Uses of TimelineModel in com.flexganttfx.model.timeline
Subclasses of TimelineModel in com.flexganttfx.model.timelineModifier and TypeClassDescriptionclass
A specialized timeline model for theChronoUnit
temporal unit.class
A specialized timeline model for theSimpleUnit
temporal unit. -
Uses of TimelineModel in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return TimelineModelModifier and TypeMethodDescriptionfinal TimelineModel<?>
Timeline.getModel()
Returns the value ofTimeline.modelProperty()
.Methods in com.flexganttfx.view.timeline that return types with arguments of type TimelineModelModifier and TypeMethodDescriptionfinal ObjectProperty<TimelineModel<?>>
Timeline.modelProperty()
Stores the timeline model to be used by the timeline.Methods in com.flexganttfx.view.timeline with parameters of type TimelineModelModifier and TypeMethodDescriptionfinal void
Timeline.setModel
(TimelineModel<?> model) Sets the value ofTimeline.modelProperty()
. -
Uses of TimelineModel in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return TimelineModel