Uses of Enum
com.flexganttfx.view.util.Position
Packages that use Position
Package
Description
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.
-
Uses of Position in com.flexganttfx.view
Methods in com.flexganttfx.view that return PositionModifier and TypeMethodDescriptionfinal Position
GanttChartBase.getPosition()
Returns the value ofGanttChartBase.positionProperty()
.Methods in com.flexganttfx.view that return types with arguments of type PositionModifier and TypeMethodDescriptionfinal ObjectProperty<Position>
GanttChartBase.positionProperty()
A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside aDualGanttChartContainer
or aMultiGanttChartContainerBase
.Methods in com.flexganttfx.view with parameters of type PositionModifier and TypeMethodDescriptionfinal void
GanttChartBase.setPosition
(Position position) Sets the value ofGanttChartBase.positionProperty()
. -
Uses of Position in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return PositionMethods in com.flexganttfx.view.graphics with parameters of type Position -
Uses of Position in com.flexganttfx.view.graphics.renderer
Methods in com.flexganttfx.view.graphics.renderer with parameters of type PositionModifier and TypeMethodDescriptionfinal 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
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) 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
CalendarActivityRenderer.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
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 void
ActivityBarRenderer.drawBackground
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityRenderer.drawBackground
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityBarRenderer.drawBorder
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected void
ActivityRenderer.drawBorder
(ActivityRef<A> activityRef, Position position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) -
Uses of Position in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return Position