Verwendungen von Enum
com.flexganttfx.view.util.Position
Packages, die Position verwenden
Package
Beschreibung
The main Gantt chart controls.
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.
Various utility classes.
-
Verwendungen von Position in com.flexganttfx.view
Methoden in com.flexganttfx.view, die Position zurückgebenModifikator und TypMethodeBeschreibungfinal PositionGanttChartBase.getPosition()Returns the value ofGanttChartBase.positionProperty().Methoden in com.flexganttfx.view, die Typen mit Argumenten vom Typ Position zurückgebenModifikator und TypMethodeBeschreibungfinal ObjectProperty<Position> GanttChartBase.positionProperty()A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside aDualGanttChartContaineror aMultiGanttChartContainerBase.Methoden in com.flexganttfx.view mit Parametern vom Typ PositionModifikator und TypMethodeBeschreibungfinal voidGanttChartBase.setPosition(Position position) Sets the value ofGanttChartBase.positionProperty(). -
Verwendungen von Position in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics, die Position zurückgebenModifikator und TypMethodeBeschreibungActivityBounds.getPosition()Returns the position of the activity within a sequence of activities.Methoden in com.flexganttfx.view.graphics mit Parametern vom Typ PositionModifikator und TypMethodeBeschreibungvoidActivityBounds.setPosition(Position position) Sets the position of the activity within a sequence of activities. -
Verwendungen von Position in com.flexganttfx.view.graphics.renderer
Methoden in com.flexganttfx.view.graphics.renderer mit Parametern vom Typ PositionModifikator 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.protected voidActivityBarRenderer.drawBackground(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 background for the activity bar or milestone.protected voidActivityRenderer.drawBackground(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 background.protected voidActivityBarRenderer.drawBorder(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 border for the activity bar or milestone.protected voidActivityRenderer.drawBorder(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 border. -
Verwendungen von Position in com.flexganttfx.view.util
Unterklassen mit Typargumenten vom Typ Position in com.flexganttfx.view.utilModifikator und TypKlasseBeschreibungenumAn enumerator used for specifying the position of a control or an activity.Methoden in com.flexganttfx.view.util, die Position zurückgeben