Package | Description |
---|---|
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...).
|
Modifier and Type | Method and Description |
---|---|
<SL extends SystemLayer<R>> |
GraphicsBase.getBackgroundSystemLayer(Class<SL> layerType) |
<SL extends SystemLayer<R>> |
GraphicsBase.getForegroundSystemLayer(Class<SL> layerType) |
<SL extends SystemLayer<R>> |
GraphicsBase.getSystemLayer(Class<SL> layerType) |
Modifier and Type | Method and Description |
---|---|
ObservableList<SystemLayer<R>> |
GraphicsBase.getBackgroundSystemLayers() |
ObservableList<SystemLayer<R>> |
GraphicsBase.getForegroundSystemLayers() |
Modifier and Type | Class and Description |
---|---|
class |
AgendaLinesLayer<R extends Row<?,?,?>>
Draws the horizontal grid lines for a row if the row or any of its inner
lines are using the agenda layout.
|
class |
CalendarLayer<R extends Row<?,?,?>>
Draws the entries returned by the calendars attached to a row or attached to
the entire graphics view.
|
class |
ChartLinesLayer<R extends Row<?,?,?>>
Draws the horizontal grid lines for a row if the row or any of its inner
lines are using the chart layout (see
ChartLayout ). |
class |
GridLinesLayer<R extends Row<?,?,?>>
Draws the vertical grid lines based on the scale resolutions currently
present in the dateline.
|
class |
HoverTimeIntervalLayer<R extends Row<?,?,?>>
Draws the hover time interval specified by the dateline.
|
class |
InnerLinesLayer<R extends Row<?,?,?>>
Draws separator lines between inner lines.
|
class |
LayoutLayer<R extends Row<?,?,?>>
Draws the layout padding areas.
|
class |
NowLineLayer<R extends Row<?,?,?>>
Draws a vertical line at the location of the current time / now time.
|
class |
RowLayer<R extends Row<?,?,?>>
Draws the background of each row.
|
class |
ScaleLayer<R extends Row<?,?,?>>
Draws a scale for an entire row or for each line within the row.
|
class |
SelectedTimeIntervalsLayer<R extends Row<?,?,?>>
Draws the time intervals that were selected by the user (or the application)
in the dateline.
|
class |
ZoomTimeIntervalLayer<R extends Row<?,?,?>>
Draws the zoom interval as defined by the timeline property
Timeline.selectedTimeIntervalProperty() . |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.