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.extras.properties |
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
|
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.
|
com.flexganttfx.view.util |
Various utility classes.
|
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 |
---|---|
javafx.beans.property.ObjectProperty<GraphicsBase<R>> |
RadarView.graphicsProperty()
A property used to store the
GraphicsBase for which the radar
will be used. |
javafx.beans.property.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() . |
Constructor and Description |
---|
RowControls(GraphicsBase<R> graphics,
R row)
Constructs new row controls.
|
Modifier and Type | Method and Description |
---|---|
List<org.controlsfx.control.PropertySheet.Item> |
GraphicsBaseItemProvider.getPropertySheetItems(GraphicsBase<R> graphics) |
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,
javafx.event.EventType<? extends LassoEvent> eventType,
LassoEvent.LassoInfo info)
Constructs a new event object.
|
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) |
DSTLineLayer(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<?> |
RendererBase.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) |
LinkRenderer(GraphicsBase<?> graphics,
String name)
Constructs a new path calculator.
|
Renderer(GraphicsBase<?> graphics,
String name) |
RendererBase(GraphicsBase<?> graphics,
String name)
Constructs a new renderer.
|
RowRenderer(GraphicsBase<?> graphics,
String name) |
WeekendCalendarActivityRenderer(GraphicsBase<?> graphics,
String name) |
Modifier and Type | Method and Description |
---|---|
GraphicsBase<R> |
AutoLinesManager.getGraphics()
Returns the graphics view where the manager will be used.
|
Constructor and Description |
---|
AutoLinesManager(R row,
GraphicsBase<R> graphics)
Constructs a new automatic lines manager.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.