Verwendungen von Klasse
com.flexganttfx.view.graphics.ActivityBounds
Packages, die ActivityBounds verwenden
Package
Beschreibung
The various graphics controls that are used for rendering the Gantt chart.
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
Classes for the graphics skin.
-
Verwendungen von ActivityBounds in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die ActivityBounds zurückgebenModifikator und TypMethodeBeschreibungGraphicsBase.DragAndDropInfo.getActivityBounds()Returns the dragged / dropped activity (bounds).GraphicsBase.EditModeCallbackParameter.getActivityBounds()The activity / bounds for which to determine the edit mode.final ActivityBoundsGraphicsBase.getActivityBoundsAt(double x, double y) Finds the activity bounds at the given location.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ ActivityBounds zurückgebenModifikator und TypMethodeBeschreibungfinal List<ActivityBounds> GraphicsBase.getAllActivityBoundsAt(double x, double y) Returns the bounds of all activities found at the given location.GraphicsBase.DragAndDropInfo.getSelectedActivities()Returns the activities that were selected when the user initiated the drag.Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ ActivityBoundsModifikatorKonstruktorBeschreibungDragAndDropInfo(Row<?, ?, ?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset) Creates drag-and-drop information for the current drop target.EditModeCallbackParameter(ActivityBounds activityBounds, MouseEvent event) Constructs a new callback parameter.Konstruktorparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ ActivityBoundsModifikatorKonstruktorBeschreibungDragAndDropInfo(Row<?, ?, ?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset) Creates drag-and-drop information for the current drop target. -
Verwendungen von ActivityBounds in com.flexganttfx.view.graphics.renderer
Methoden in com.flexganttfx.view.graphics.renderer, die ActivityBounds zurückgebenModifikator und TypMethodeBeschreibungfinal 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) Draws the given activity and returns the resulting bounds.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) Draws the activity bar or milestone and returns the resulting bounds.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) Draws the activity contents and returns the resulting bounds.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) Draws the calendar activity and returns the resulting bounds.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) Draws the activity, including its completion overlay, and returns the resulting bounds. -
Verwendungen von ActivityBounds in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die ActivityBounds zurückgebenModifikator und TypMethodeBeschreibungRowCanvas.getActivityBounds(double x, double y) Returns the activity bounds at the given coordinates.RowCanvas.getActivityBounds(ActivityRef<?> activityRef) Returns the activity bounds for the given activity reference.final ActivityBoundsGraphicsBaseSkin.getActivityBoundsAt(double x, double y) Returns the activity bounds at the given coordinates.Methoden in impl.com.flexganttfx.skin.graphics, die Typen mit Argumenten vom Typ ActivityBounds zurückgebenModifikator und TypMethodeBeschreibungRowCanvas.getActivityBounds(double x, double y, double w, double h) Returns the activity bounds within the given area.RowCanvas.getAllActivityBounds()Returns all activity bounds.RowCanvas.getAllActivityBounds(double x, double y) Returns all activity bounds at the given coordinates.final List<ActivityBounds> GraphicsBaseSkin.getAllActivityBoundsAt(double x, double y) Returns all activity bounds at the given coordinates.protected final List<ActivityBounds> DragCanvas.getRenderedBounds()Returns the rendered bounds.