Verwendungen von Klasse
com.flexganttfx.view.graphics.layer.SystemLayer
Packages, die SystemLayer verwenden
Package
Beschreibung
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...).
-
Verwendungen von SystemLayer in com.flexganttfx.extras.properties.layer
Klassen in com.flexganttfx.extras.properties.layer, die Schnittstellen mit Typargumenten vom Typ SystemLayer implementierenMethoden in com.flexganttfx.extras.properties.layer mit Parametern vom Typ SystemLayerModifizierer und TypMethodeBeschreibungSystemLayerItemProvider.getPropertySheetItems(SystemLayer layer) -
Verwendungen von SystemLayer in com.flexganttfx.view.graphics
Methoden in com.flexganttfx.view.graphics mit Typparametern vom Typ SystemLayerModifizierer und TypMethodeBeschreibungfinal <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) Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ SystemLayer zurückgebenModifizierer und TypMethodeBeschreibungfinal ObservableList<SystemLayer<R>> GraphicsBase.getBackgroundSystemLayers()final ObservableList<SystemLayer<R>> GraphicsBase.getForegroundSystemLayers() -
Verwendungen von SystemLayer in com.flexganttfx.view.graphics.layer
Unterklassen von SystemLayer in com.flexganttfx.view.graphics.layerModifizierer und TypKlasseBeschreibungclassAgendaLinesLayer<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.classCalendarLayer<R extends Row<?,?, ?>> Draws the entries returned by the calendars attached to a row or attached to the entire graphics view.classChartLinesLayer<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).classDSTLineLayer<R extends Row<?,?, ?>> Draws a vertical line at the location of the next daylight savings time change.classGridLinesLayer<R extends Row<?,?, ?>> Draws the vertical grid lines based on the scale resolutions currently present in the dateline.classHoverTimeIntervalLayer<R extends Row<?,?, ?>> Draws the hover time interval specified by the dateline.classInnerLinesLayer<R extends Row<?,?, ?>> Draws separator lines between inner lines.classLayoutLayer<R extends Row<?,?, ?>> Draws the layout padding areas.classNowLineLayer<R extends Row<?,?, ?>> Draws a vertical line at the location of the current time / now time.classDraws the background of each row.classSelectedTimeIntervalsLayer<R extends Row<?,?, ?>> Draws the time intervals that were selected by the user (or the application) in the dateline.classZoomTimeIntervalLayer<R extends Row<?,?, ?>> Draws the zoom interval as defined by the timeline propertyDateline.selectedTimeIntervalProperty().