Module com.flexganttfx.view
Class DSTLineLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.DSTLineLayer<R>
- Type Parameters:
R
- the type of the rows
Draws a vertical line at the location of the next daylight savings time change.
-
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 double
Gets the value of thelineWidth
property.final Paint
Gets the value of thestroke
property.final DoubleProperty
final void
setLineWidth
(double lineWidth) Sets the value of thelineWidth
property.final void
Sets the value of thestroke
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
-
stroke
- See Also:
-
lineWidth
-
-
Constructor Details
-
DSTLineLayer
-
-
Method Details
-
strokeProperty
- Returns:
- the
stroke
property - See Also:
-
getStroke
Gets the value of thestroke
property.- Property description:
- Returns:
- the value of the
stroke
property - See Also:
-
setStroke
Sets the value of thestroke
property.- Property description:
- Parameters:
stroke
- the value for thestroke
property- See Also:
-
lineWidthProperty
- Returns:
- the
lineWidth
property - See Also:
-
getLineWidth
public final double getLineWidth()Gets the value of thelineWidth
property.- Property description:
- Returns:
- the value of the
lineWidth
property - See Also:
-
setLineWidth
public final void setLineWidth(double lineWidth) Sets the value of thelineWidth
property.- Property description:
- Parameters:
lineWidth
- the value for thelineWidth
property- See Also:
-
drawLayer
- Specified by:
drawLayer
in classSystemLayer<R extends Row<?,
?, ?>>
-