Package | Description |
---|---|
com.flexganttfx.view |
The main Gantt chart control and utility containers for the synchronized display of two
or more Gantt charts.
|
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 |
GanttChart.getPosition()
Gets the value of the property position.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Position> |
GanttChart.positionProperty() |
Modifier and Type | Method and Description |
---|---|
void |
GanttChart.setPosition(Position position)
Sets the value of the property position.
|
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,
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 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 |
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 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.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.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 |
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) |
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 © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.