Module com.flexganttfx.view
Class SelectedTimeIntervalsLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer<R>
- Type Parameters:
R
- the type of the rows
Draws the time intervals that were selected by the user (or the application)
in the dateline.
-
Property Summary
PropertiesProperties inherited from class com.flexganttfx.view.graphics.layer.SystemLayer
opacity, visible
Properties inherited from class com.flexganttfx.view.graphics.renderer.RendererBase
alpha, enabled, snapToPixel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
final Paint
Gets the value of theselectedTimeIntervalFill
property.final ObjectProperty<Paint>
final void
Sets the value of theselectedTimeIntervalFill
property.Methods inherited from class com.flexganttfx.view.graphics.layer.SystemLayer
fadeInOutObservable, getOpacity, isVisible, opacityProperty, setVisible, visibleProperty
Methods inherited from class com.flexganttfx.view.graphics.renderer.RendererBase
alphaProperty, disableRedrawAfterPropertyChange, enabledProperty, enableRedrawAfterPropertyChange, getAlpha, getGraphics, getLocation, getName, getTimeAt, isEnabled, isSnapToPixel, redrawObservable, setAlpha, setEnabled, setSnapToPixel, snapPositionX, snapPositionY, snapSizeX, snapSizeY, snapSpaceX, snapSpaceY, snapToPixelProperty
-
Property Details
-
selectedTimeIntervalFill
-
-
Constructor Details
-
SelectedTimeIntervalsLayer
-
-
Method Details
-
selectedTimeIntervalFillProperty
- Returns:
- the
selectedTimeIntervalFill
property - See Also:
-
getSelectedTimeIntervalFill
Gets the value of theselectedTimeIntervalFill
property.- Property description:
- Returns:
- the value of the
selectedTimeIntervalFill
property - See Also:
-
setSelectedTimeIntervalFill
Sets the value of theselectedTimeIntervalFill
property.- Property description:
- Parameters:
fill
- the value for theselectedTimeIntervalFill
property- See Also:
-
drawLayer
- Specified by:
drawLayer
in classSystemLayer<R extends Row<?,
?, ?>>
-