Module com.flexganttfx.view
Class ZoomTimeIntervalLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer<R>
- Type Parameters:
R
- the type of the rows
Draws the zoom interval as defined by the timeline property
Dateline.selectedTimeIntervalProperty()
. The zoom interval gets
created by the user via the help of the timeline lasso.-
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 thezoomTimeIntervalFill
property.final void
setZoomTimeIntervalFill
(Paint fill) Sets the value of thezoomTimeIntervalFill
property.final ObjectProperty<Paint>
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
-
zoomTimeIntervalFill
-
-
Constructor Details
-
ZoomTimeIntervalLayer
-
-
Method Details
-
zoomTimeIntervalFillProperty
- Returns:
- the
zoomTimeIntervalFill
property - See Also:
-
getZoomTimeIntervalFill
Gets the value of thezoomTimeIntervalFill
property.- Property description:
- Returns:
- the value of the
zoomTimeIntervalFill
property - See Also:
-
setZoomTimeIntervalFill
Sets the value of thezoomTimeIntervalFill
property.- Property description:
- Parameters:
fill
- the value for thezoomTimeIntervalFill
property- See Also:
-
drawLayer
- Specified by:
drawLayer
in classSystemLayer<R extends Row<?,
?, ?>>
-