Uses of Class
com.flexganttfx.view.graphics.ActivityBounds
| 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.
|
| impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
-
Uses of ActivityBounds in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return ActivityBounds Modifier and Type Method Description ActivityBoundsGraphicsBase.DragAndDropInfo. getActivityBounds()Returns the dragged / dropped activity (bounds).ActivityBoundsGraphicsBase.EditModeCallbackParameter. getActivityBounds()The activity / bounds for which to determine the edit mode.ActivityBoundsGraphicsBase. getActivityBoundsAt(double x, double y)Finds the activity bounds at the given location.Methods in com.flexganttfx.view.graphics that return types with arguments of type ActivityBounds Modifier and Type Method Description List<ActivityBounds>GraphicsBase. getAllActivityBoundsAt(double x, double y)Returns the bounds of all activities found at the given location.List<ActivityBounds>GraphicsBase.DragAndDropInfo. getSelectedActivities()Returns the activities that were selected when the user initiated the drag.Constructors in com.flexganttfx.view.graphics with parameters of type ActivityBounds Constructor Description DragAndDropInfo(Row<?,?,?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset)EditModeCallbackParameter(ActivityBounds activityBounds, MouseEvent event)Constructs a new callback parameter.Constructor parameters in com.flexganttfx.view.graphics with type arguments of type ActivityBounds Constructor Description DragAndDropInfo(Row<?,?,?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset) -
Uses of ActivityBounds in com.flexganttfx.view.graphics.renderer
Methods in com.flexganttfx.view.graphics.renderer that return ActivityBounds Modifier and Type Method Description ActivityBoundsActivityRenderer. 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 ActivityBoundsActivityBarRenderer. 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 ActivityBoundsActivityRenderer. 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 ActivityBoundsCalendarActivityRenderer. 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 ActivityBoundsCompletableActivityRenderer. drawActivity(ActivityRef<A> path, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) -
Uses of ActivityBounds in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return ActivityBounds Modifier and Type Method Description ActivityBoundsRowCanvas. getActivityBounds(double x, double y)ActivityBoundsRowCanvas. getActivityBounds(ActivityRef<?> activityRef)ActivityBoundsGraphicsBaseSkin. getActivityBoundsAt(double x, double y)Methods in impl.com.flexganttfx.skin.graphics that return types with arguments of type ActivityBounds Modifier and Type Method Description List<ActivityBounds>RowCanvas. getActivityBounds(double x, double y, double w, double h)List<ActivityBounds>RowCanvas. getAllActivityBounds()List<ActivityBounds>RowCanvas. getAllActivityBounds(double x, double y)List<ActivityBounds>GraphicsBaseSkin. getAllActivityBoundsAt(double x, double y)protected List<ActivityBounds>DragCanvas. getRenderedBounds()