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ückgebenModifizierer 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ückgebenModifizierer 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 ActivityBoundsModifiziererKonstruktorBeschreibungDragAndDropInfo(Row<?, ?, ?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset) EditModeCallbackParameter(ActivityBounds activityBounds, MouseEvent event) Constructs a new callback parameter.Konstruktorparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ ActivityBoundsModifiziererKonstruktorBeschreibungDragAndDropInfo(Row<?, ?, ?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset) -
Verwendungen von ActivityBounds in com.flexganttfx.view.graphics.renderer
Methoden in com.flexganttfx.view.graphics.renderer, die ActivityBounds zurückgebenModifizierer 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) 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) -
Verwendungen von ActivityBounds in impl.com.flexganttfx.skin.graphics
Methoden in impl.com.flexganttfx.skin.graphics, die ActivityBounds zurückgebenModifizierer und TypMethodeBeschreibungRowCanvas.getActivityBounds(double x, double y) RowCanvas.getActivityBounds(ActivityRef<?> activityRef) final ActivityBoundsGraphicsBaseSkin.getActivityBoundsAt(double x, double y) Methoden in impl.com.flexganttfx.skin.graphics, die Typen mit Argumenten vom Typ ActivityBounds zurückgebenModifizierer und TypMethodeBeschreibungRowCanvas.getActivityBounds(double x, double y, double w, double h) RowCanvas.getAllActivityBounds()RowCanvas.getAllActivityBounds(double x, double y) final List<ActivityBounds> GraphicsBaseSkin.getAllActivityBoundsAt(double x, double y) protected final List<ActivityBounds> DragCanvas.getRenderedBounds()