Uses of Class
com.flexganttfx.view.timeline.Timeline
Packages that use Timeline
Package
Description
The main Gantt chart controls.
The various graphics controls that are used for rendering the Gantt chart.
The timeline control, which consists of the dateline and the eventline child
controls.
Various utility classes.
Classes for the graphics skin.
Classes for the timeline, dateline, and eventline skins.
-
Uses of Timeline in com.flexganttfx.view
Methods in com.flexganttfx.view that return TimelineModifier and TypeMethodDescriptionprotected Timeline
GanttChartBase.createTimeline()
Creates the timeline component used by the Gantt chart.final Timeline
GanttChartBase.getMasterTimeline()
Returns the value ofGanttChartBase.masterTimelineProperty()
.final Timeline
GanttChartBase.getTimeline()
Methods in com.flexganttfx.view that return types with arguments of type TimelineModifier and TypeMethodDescriptionfinal ObjectProperty<Timeline>
GanttChartBase.masterTimelineProperty()
A property used to store a reference to the timeline that is being considered the "master" timeline.Methods in com.flexganttfx.view with parameters of type TimelineModifier and TypeMethodDescriptionfinal void
GanttChartBase.setMasterTimeline
(Timeline timeline) Sets the value ofGanttChartBase.masterTimelineProperty()
. -
Uses of Timeline in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return TimelineModifier and TypeMethodDescriptionfinal Timeline
GraphicsBase.getTimeline()
Returns the value ofGraphicsBase.timelineProperty()
.Methods in com.flexganttfx.view.graphics that return types with arguments of type TimelineModifier and TypeMethodDescriptionfinal ObjectProperty<Timeline>
GraphicsBase.timelineProperty()
A property used to store a reference to the timeline control above the graphics.Methods in com.flexganttfx.view.graphics with parameters of type TimelineModifier and TypeMethodDescriptionfinal void
GraphicsBase.setTimeline
(Timeline timeline) Sets the value ofGraphicsBase.timelineProperty()
. -
Uses of Timeline in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return TimelineModifier and TypeMethodDescriptionfinal Timeline
Dateline.getTimeline()
Returns the parent timeline container / node.final Timeline
Eventline.getTimeline()
Constructors in com.flexganttfx.view.timeline with parameters of type Timeline -
Uses of Timeline in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return TimelineModifier and TypeMethodDescriptionfinal Timeline
TimelineScrollBar.getTimeline()
Returns the value ofTimelineScrollBar.timelineProperty()
.Methods in com.flexganttfx.view.util that return types with arguments of type TimelineModifier and TypeMethodDescriptionfinal ObjectProperty<Timeline>
TimelineScrollBar.timelineProperty()
Stores a reference to the timeline that will be controlled by this scrollbar.Methods in com.flexganttfx.view.util with parameters of type TimelineModifier and TypeMethodDescriptionfinal void
TimelineScrollBar.setTimeline
(Timeline timeline) Sets the value ofTimelineScrollBar.timelineProperty()
. -
Uses of Timeline in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return Timeline -
Uses of Timeline in impl.com.flexganttfx.skin.timeline
Methods in impl.com.flexganttfx.skin.timeline that return TimelineConstructors in impl.com.flexganttfx.skin.timeline with parameters of type Timeline