Package | Description |
---|---|
com.flexganttfx.model.util |
Various utility classes for comparing, sorting, and storing activities.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<A> |
IntervalTree.getIntersectingObjects(TimeInterval period) |
Collection<A> |
IntervalTree.removePeriod(TimeInterval period) |
Modifier and Type | Method and Description |
---|---|
TimeInterval |
GraphicsBase.DragAndDropInfo.getDropInterval()
Returns the time interval where the drop would take place.
|
TimeInterval |
ActivityEvent.getOldTimeInterval()
Returns the time interval of an activity before the user performed a
change on it.
|
Constructor and Description |
---|
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
Row<?,?,?> newRow,
TimeInterval newTimeInterval) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
TimeInterval newInterval) |
DragAndDropInfo(Row<?,?,?> row,
ActivityBounds activityBounds,
TimeInterval dropInterval,
DragEvent dragEvent,
Point2D offset) |
Modifier and Type | Method and Description |
---|---|
TimeInterval |
Dateline.getHoverTimeInterval()
Gets the value of the property hoverTimeInterval.
|
TimeInterval |
DatelineCell.getInterval() |
TimeInterval |
Eventline.getMarkedTimeInterval()
Gets the value of the property markedTimeInterval.
|
TimeInterval |
Timeline.getSelectedTimeInterval()
Gets the value of the property selectedTimeInterval.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<TimeInterval> |
Dateline.getSelectedIntervals() |
ReadOnlyObjectProperty<TimeInterval> |
Dateline.hoverTimeIntervalProperty() |
ObjectProperty<TimeInterval> |
Eventline.markedTimeIntervalProperty() |
ReadOnlyObjectProperty<TimeInterval> |
Timeline.selectedTimeIntervalProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Eventline.setMarkedTimeInterval(TimeInterval timeInterval)
Sets the value of the property markedTimeInterval.
|
void |
Timeline.showRange(TimeInterval interval) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.