Package | Description |
---|---|
com.flexganttfx.view |
The main Gantt chart control and utility containers for the synchronized display of two
or more Gantt charts.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Timeline |
GanttChart.createTimeline()
Creates the timeline component used by the Gantt chart.
|
Timeline |
GanttChart.getMasterTimeline()
Gets the value of the property masterTimeline.
|
Timeline |
GanttChart.getTimeline() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Timeline> |
GanttChart.masterTimelineProperty() |
Modifier and Type | Method and Description |
---|---|
void |
GanttChart.setMasterTimeline(Timeline timeline)
Sets the value of the property masterTimeline.
|
Modifier and Type | Method and Description |
---|---|
Timeline |
GraphicsBase.getTimeline()
Returns the value of
GraphicsBase.timelineProperty() . |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Timeline> |
GraphicsBase.timelineProperty()
A property used to store a reference to the timeline control above the
graphics.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setTimeline(Timeline timeline)
Sets the value of
GraphicsBase.timelineProperty() . |
Modifier and Type | Method and Description |
---|---|
Timeline |
Eventline.getTimeline() |
Timeline |
Dateline.getTimeline() |
Constructor and Description |
---|
Dateline(Timeline timeline)
Constructs a new dateline.
|
Eventline(Timeline timeline)
Constructs a new eventline.
|
Modifier and Type | Method and Description |
---|---|
Timeline |
TimelineScrollBar.getTimeline() |
Constructor and Description |
---|
TimelineScrollBar(Timeline timeline) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.