Uses of Class
com.flexganttfx.view.timeline.Timeline
-
Packages that use Timeline Package Description com.flexganttfx.view The main Gantt chart controls.com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart.com.flexganttfx.view.timeline The timeline control, which consists of the dateline and the eventline child controls.com.flexganttfx.view.util Various utility classes.impl.com.flexganttfx.skin.graphics Classes for the graphics skin.impl.com.flexganttfx.skin.timeline Classes for the timeline, dateline, and eventline skins. -
-
Uses of Timeline in com.flexganttfx.view
Methods in com.flexganttfx.view that return Timeline Modifier and Type Method Description protected TimelineGanttChartBase. createTimeline()Creates the timeline component used by the Gantt chart.TimelineGanttChartBase. getMasterTimeline()Returns the value ofGanttChartBase.masterTimelineProperty().TimelineGanttChartBase. getTimeline()Methods in com.flexganttfx.view that return types with arguments of type Timeline Modifier and Type Method Description 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 Timeline Modifier and Type Method Description voidGanttChartBase. setMasterTimeline(Timeline timeline)Sets the value ofGanttChartBase.masterTimelineProperty(). -
Uses of Timeline in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return Timeline Modifier and Type Method Description TimelineGraphicsBase. getTimeline()Returns the value ofGraphicsBase.timelineProperty().Methods in com.flexganttfx.view.graphics that return types with arguments of type Timeline Modifier and Type Method Description 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 Timeline Modifier and Type Method Description voidGraphicsBase. setTimeline(Timeline timeline)Sets the value ofGraphicsBase.timelineProperty(). -
Uses of Timeline in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return Timeline Modifier and Type Method Description TimelineDateline. getTimeline()Returns the parent timeline container / node.TimelineEventline. getTimeline()Constructors in com.flexganttfx.view.timeline with parameters of type Timeline Constructor Description Dateline(Timeline timeline)Constructs a new dateline.Eventline(Timeline timeline)Constructs a new eventline. -
Uses of Timeline in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return Timeline Modifier and Type Method Description TimelineTimelineScrollBar. getTimeline()Returns the value ofTimelineScrollBar.timelineProperty().Methods in com.flexganttfx.view.util that return types with arguments of type Timeline Modifier and Type Method Description 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 Timeline Modifier and Type Method Description voidTimelineScrollBar. 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 Modifier and Type Method Description protected TimelineGraphicsBaseSkin. getTimeline() -
Uses of Timeline in impl.com.flexganttfx.skin.timeline
Methods in impl.com.flexganttfx.skin.timeline that return Timeline Modifier and Type Method Description TimelineTimelineSkin. getTimeline()Constructors in impl.com.flexganttfx.skin.timeline with parameters of type Timeline Constructor Description TimelineSkin(Timeline timeline)
-