Uses of Class
com.flexganttfx.view.util.Position
| Package | Description |
|---|---|
| com.flexganttfx.view |
The main Gantt chart controls.
|
| 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.
|
| com.flexganttfx.view.util |
Various utility classes.
|
-
Uses of Position in com.flexganttfx.view
Methods in com.flexganttfx.view that return Position Modifier and Type Method Description PositionGanttChartBase. getPosition()Returns the value ofGanttChartBase.positionProperty().Methods in com.flexganttfx.view that return types with arguments of type Position Modifier and Type Method Description 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.Methods in com.flexganttfx.view with parameters of type Position Modifier and Type Method Description voidGanttChartBase. setPosition(Position position)Sets the value ofGanttChartBase.positionProperty(). -
Uses of Position in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return Position Modifier and Type Method Description PositionActivityBounds. getPosition()Methods in com.flexganttfx.view.graphics with parameters of type Position Modifier and Type Method Description voidActivityBounds. setPosition(Position position) -
Uses of Position in com.flexganttfx.view.graphics.renderer
Methods in com.flexganttfx.view.graphics.renderer with parameters of type Position 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)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)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)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)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) -
Uses of Position in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return Position Modifier and Type Method Description static PositionPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static Position[]Position. values()Returns an array containing the constants of this enum type, in the order they are declared.