Package | Description |
---|---|
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 |
---|---|
ActivityBounds |
GraphicsBase.DragAndDropInfo.getActivityBounds()
Returns the dragged / dropped activity (bounds).
|
ActivityBounds |
GraphicsBase.EditModeCallbackParameter.getActivityBounds() |
ActivityBounds |
GraphicsBase.getActivityBoundsAt(double x,
double y)
Finds the activity bounds at the given location.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityBounds> |
GraphicsBase.getAllActivityBoundsAt(double x,
double y)
Returns the bounds of all activities found at the given location.
|
List<ActivityBounds> |
ActivityBounds.getOverlapBounds() |
Constructor and Description |
---|
DragAndDropInfo(Row<?,?,?> row,
ActivityBounds activityBounds,
TimeInterval dropInterval,
DragEvent dragEvent,
Point2D offset) |
EditModeCallbackParameter(ActivityBounds activityBounds,
MouseEvent event) |
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) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.