Package | Description |
---|---|
com.flexganttfx.model |
Top-level model classes required for creating a Gantt chart.
|
com.flexganttfx.model.repository |
Classes related to activity repositories.
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
com.flexganttfx.view.graphics.renderer |
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
|
Modifier and Type | Method and Description |
---|---|
ActivityRef<A> |
ActivityLink.getSourceActivityRef()
Returns the activity reference pointing to the source activity of the
link.
|
ActivityRef<A> |
ActivityLink.getTargetActivityRef()
Returns the activity reference pointing to the target activity of the
link.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityLink.setSourceActivityRef(ActivityRef<A> ref)
Sets the activity reference pointing to the source activity of the link.
|
void |
ActivityLink.setTargetActivityRef(ActivityRef<A> ref)
Sets the activity reference pointing to the target activity of the link.
|
Constructor and Description |
---|
ActivityLink(ActivityRef<A> sourceRef,
ActivityRef<A> targetRef)
Constructs a new activity link with type
ActivityLink.LinkType.END_TO_START . |
ActivityLink(ActivityRef<A> sourceRef,
ActivityRef<A> targetRef)
Constructs a new activity link with type
ActivityLink.LinkType.END_TO_START . |
ActivityLink(ActivityRef<A> sourceRef,
ActivityRef<A> targetRef,
ActivityLink.LinkType type)
Constructs a new activity link.
|
ActivityLink(ActivityRef<A> sourceRef,
ActivityRef<A> targetRef,
ActivityLink.LinkType type)
Constructs a new activity link.
|
Modifier and Type | Method and Description |
---|---|
ActivityRef<?> |
RepositoryEvent.getActivityRef() |
Modifier and Type | Method and Description |
---|---|
void |
MutableActivityRepository.addActivity(ActivityRef<A> activity) |
void |
ListActivityRepository.addActivity(ActivityRef<A> activityRef) |
void |
IntervalTreeActivityRepository.addActivity(ActivityRef<A> activityRef) |
void |
MutableActivityRepository.removeActivity(ActivityRef<A> activity) |
void |
ListActivityRepository.removeActivity(ActivityRef<A> activityRef) |
void |
IntervalTreeActivityRepository.removeActivity(ActivityRef<A> activityRef) |
Constructor and Description |
---|
RepositoryEvent(EventType<RepositoryEvent> eventType,
ActivityRepository<?> repository,
ActivityRef<?> activityRef) |
Modifier and Type | Method and Description |
---|---|
ActivityRef<?> |
GraphicsBase.EditingCallbackParameter.getActivityRef() |
ActivityRef<?> |
ActivityEvent.getActivityRef() |
ActivityRef<?> |
ActivityBounds.getActivityRef() |
ActivityRef<?> |
GraphicsBase.getActivityRefAt(double x,
double y)
Finds the activity reference at the given location.
|
ActivityRef<?> |
GraphicsBase.getEditedActivity()
Gets the value of the property editedActivity.
|
ActivityRef<?> |
GraphicsBase.getHoverActivity()
Gets the value of the property hoverActivity.
|
ActivityRef<?> |
GraphicsBase.getPressedActivity()
Gets the value of the property pressedActivity.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Callback<ActivityRef<?>,Image>> |
GraphicsBase.dragImageProviderProperty() |
ReadOnlyObjectProperty<ActivityRef<?>> |
GraphicsBase.editedActivityProperty() |
List<ActivityRef<?>> |
LassoEvent.LassoInfo.getActivities() |
List<ActivityRef<?>> |
GraphicsBase.ContextMenuParameter.getActivities()
Returns the activities found at the location where the context menu
has been requested.
|
List<ActivityRef<?>> |
GraphicsBase.getAllActivityRefsAt(double x,
double y)
Returns the references to all activities found at the given location.
|
Callback<ActivityRef<?>,Image> |
GraphicsBase.getDragImageProvider()
Gets the value of the property dragImageProvider.
|
ObservableSet<ActivityRef<?>> |
GraphicsBase.getHighlightedActivities()
Returns a set that is used to store the currently highighted activities.
|
ObservableList<ActivityRef<?>> |
GraphicsBase.getSelectedActivities()
Returns the list of currently selected activities.
|
ReadOnlyObjectProperty<ActivityRef<?>> |
GraphicsBase.hoverActivityProperty() |
ReadOnlyObjectProperty<ActivityRef<?>> |
GraphicsBase.pressedActivityProperty() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setDragImageProvider(Callback<ActivityRef<?>,Image> provider)
Sets the value of the property dragImageProvider.
|
Constructor and Description |
---|
ActivityBounds(ActivityRef<?> activityRef,
double x,
double y,
double width,
double height) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
double oldValue) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
Instant newTime) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
Row<?,?,?> newRow,
TimeInterval newTimeInterval) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
TimeInterval newInterval) |
EditingCallbackParameter(ActivityRef<?> activityRef,
GraphicsBase.EditMode editMode) |
Constructor and Description |
---|
ContextMenuParameter(GraphicsBase<R> graphics,
R row,
List<ActivityRef<?>> activities,
Layout layout,
Instant time,
LocalTime localTime)
Constructs a new context menu parameter object.
|
LassoInfo(Instant startTime,
Instant endTime,
LocalTime localStartTime,
LocalTime localEndTime,
List<Row<?,?,?>> rows,
List<ActivityRef<?>> activities) |
Modifier and Type | Method and Description |
---|---|
ActivityBounds |
ActivityRenderer.draw(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected ActivityBounds |
CompletableActivityRenderer.drawActivity(ActivityRef<A> path,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected ActivityBounds |
ActivityRenderer.drawActivity(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected ActivityBounds |
ActivityBarRenderer.drawActivity(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected void |
ActivityRenderer.drawBackground(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected void |
ActivityBarRenderer.drawBackground(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected void |
ActivityRenderer.drawBorder(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected void |
ActivityBarRenderer.drawBorder(ActivityRef<A> activityRef,
Position position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected void |
CompletableActivityRenderer.drawCompletion(ActivityRef<A> activityRef,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
protected void |
ActivityBarRenderer.drawText(ActivityRef<A> activityRef,
String text,
ActivityBarRenderer.TextPosition position,
GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.