Package | Description |
---|---|
com.flexganttfx.extras |
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
com.flexganttfx.view.graphics.layer |
System layers are used to draw various pieces of information into the background of a row
(time now, grid lines, marked time interval, chart and agenda lines, etc...).
|
com.flexganttfx.view.graphics.renderer |
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
|
Modifier and Type | Method and Description |
---|---|
GraphicsBase<R> |
RadarView.getGraphics()
Returns the value of
RadarView.graphicsProperty() . |
GraphicsBase<R> |
LayersView.getGraphics()
Returns the value of
LayersView.graphicsProperty() . |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<GraphicsBase<R>> |
RadarView.graphicsProperty()
A property used to store the
GraphicsBase for which the radar
will be used. |
ObjectProperty<GraphicsBase<R>> |
LayersView.graphicsProperty()
A property used to store a reference to the graphics view for which the
control is being used.
|
Modifier and Type | Method and Description |
---|---|
void |
RadarView.setGraphics(GraphicsBase<R> graphics)
Sets the value of
RadarView.graphicsProperty() . |
void |
LayersView.setGraphics(GraphicsBase<R> graphics)
Sets the value of
LayersView.graphicsProperty() . |
Modifier and Type | Class and Description |
---|---|
class |
ListViewGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that uses a ListView to
display a list of rows. |
class |
SingleRowGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that displays exactly one row. |
class |
SplitPaneGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that displays several rows inside a
SplitPane . |
class |
VBoxGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that displays several rows inside a
VBox . |
Modifier and Type | Method and Description |
---|---|
GraphicsBase<R> |
GraphicsBase.ContextMenuParameter.getGraphics()
Returns the graphics view where the context menu has been requested.
|
GraphicsBase<R> |
GraphicsBase.RowControlsParameter.getGraphics() |
GraphicsBase<R> |
GraphicsBase.RowEditorParameter.getGraphics() |
Constructor and Description |
---|
ContextMenuParameter(GraphicsBase<R> graphics,
R row,
List<ActivityRef<?>> activities,
Layout layout,
Instant time,
LocalTime localTime)
Constructs a new context menu parameter object.
|
LassoEvent(GraphicsBase<?> target,
EventType<? extends LassoEvent> eventType,
LassoEvent.LassoInfo info) |
RowControlsParameter(GraphicsBase<R> graphics,
R row) |
RowEditorParameter(GraphicsBase<R> graphics,
R row) |
Modifier and Type | Method and Description |
---|---|
GraphicsBase<R> |
SystemLayer.getGraphics() |
Constructor and Description |
---|
AgendaLinesLayer(GraphicsBase<R> graphics) |
CalendarLayer(GraphicsBase<R> graphics) |
ChartLinesLayer(GraphicsBase<R> graphics) |
GridLinesLayer(GraphicsBase<R> graphics) |
HoverTimeIntervalLayer(GraphicsBase<R> graphics) |
InnerLinesLayer(GraphicsBase<R> graphics) |
LayoutLayer(GraphicsBase<R> graphics) |
NowLineLayer(GraphicsBase<R> graphics) |
RowLayer(GraphicsBase<R> graphics) |
ScaleLayer(GraphicsBase<R> graphics) |
SelectedTimeIntervalsLayer(GraphicsBase<R> graphics) |
SystemLayer(String name,
GraphicsBase<R> graphicsView) |
ZoomTimeIntervalLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
GraphicsBase<?> |
Renderer.getGraphics() |
Constructor and Description |
---|
ActivityBarRenderer(GraphicsBase<?> graphics,
String name) |
ActivityRenderer(GraphicsBase<?> graphics,
String name) |
CalendarActivityRenderer(GraphicsBase<?> graphics,
String name) |
ChartActivityRenderer(GraphicsBase<?> graphics,
String name) |
CompletableActivityRenderer(GraphicsBase<?> graphics,
String name) |
Renderer(GraphicsBase<?> graphics,
String name) |
RowRenderer(GraphicsBase<?> graphics,
String name) |
WeekendCalendarActivityRenderer(GraphicsBase<?> graphics,
String name) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.