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.
|
Modifier and Type | Method and Description |
---|---|
Position |
GanttChartBase.getPosition()
Returns the value of
GanttChartBase.positionProperty() . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Position> |
GanttChartBase.positionProperty()
A property used to store the position of the Gantt chart in a multi Gantt
chart context, for example, inside a
DualGanttChartContainer or a
MultiGanttChartContainerBase . |
Modifier and Type | Method and Description |
---|---|
void |
GanttChartBase.setPosition(Position position)
Sets the value of
GanttChartBase.positionProperty() . |
Modifier and Type | Method and Description |
---|---|
Position |
ActivityBounds.getPosition() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityBounds.setPosition(Position position) |
Modifier and Type | Method and Description |
---|---|
ActivityBounds |
ActivityRenderer.draw(ActivityRef<A> activityRef,
Position position,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.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,
javafx.scene.canvas.GraphicsContext gc,
double x,
double y,
double w,
double h,
boolean selected,
boolean hover,
boolean highlighted,
boolean pressed) |
Modifier and Type | Method and Description |
---|---|
static Position |
Position.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.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.