Uses of Class
com.flexganttfx.view.graphics.layer.SystemLayer
Packages that use SystemLayer
Package
Description
Contains item providers for use with the property sheet view of
ControlsFX.
The various graphics controls that are used for rendering the Gantt chart.
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...).
-
Uses of SystemLayer in com.flexganttfx.extras.properties.layer
Methods in com.flexganttfx.extras.properties.layer with parameters of type SystemLayerModifier and TypeMethodDescriptionSystemLayerItemProvider.getPropertySheetItems
(SystemLayer layer) -
Uses of SystemLayer in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics with type parameters of type SystemLayerModifier and TypeMethodDescriptionfinal <SL extends SystemLayer<R>>
SLGraphicsBase.getBackgroundSystemLayer
(Class<SL> layerType) final <SL extends SystemLayer<R>>
SLGraphicsBase.getForegroundSystemLayer
(Class<SL> layerType) final <SL extends SystemLayer<R>>
SLGraphicsBase.getSystemLayer
(Class<SL> layerType) Methods in com.flexganttfx.view.graphics that return types with arguments of type SystemLayerModifier and TypeMethodDescriptionfinal ObservableList<SystemLayer<R>>
GraphicsBase.getBackgroundSystemLayers()
final ObservableList<SystemLayer<R>>
GraphicsBase.getForegroundSystemLayers()
-
Uses of SystemLayer in com.flexganttfx.view.graphics.layer
Subclasses of SystemLayer in com.flexganttfx.view.graphics.layerModifier and TypeClassDescriptionclass
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 (seeChartLayout
).class
DSTLineLayer<R extends Row<?,
?, ?>> Draws a vertical line at the location of the next daylight savings time change.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
Draws the background of each 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 propertyDateline.selectedTimeIntervalProperty()
.