Module com.flexganttfx.view
Class InnerLinesLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.InnerLinesLayer<R>
- Type Parameters:
R
- the type of the rows
Draws separator lines between inner lines. By default the line width is set
to 0 and the lines will not be drawn. To change this use
setLineWidth(double)
and specify a value greater than 0.-
Property Summary
PropertiesTypePropertyDescriptionfinal BooleanProperty
final ObjectProperty<double[]>
final DoubleProperty
final ObjectProperty<Paint>
Properties 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 TypeMethodDescriptionfinal BooleanProperty
void
final double[]
Gets the value of the property lineDashes.final double
Gets the value of the property lineWidth.final Paint
Gets the value of the property stroke.final boolean
Gets the value of the property drawLastDividerLine.final ObjectProperty<double[]>
final DoubleProperty
final void
setDrawLastDividerLine
(boolean draw) Sets the value of the property drawLastDividerLine.final void
setLineDashes
(double... dashes) Sets the value of the property lineDashes.final void
setLineWidth
(double lineWidth) Sets the value of the property lineWidth.final void
Sets the value of the property stroke.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
- See Also:
-
drawLastDividerLine
-
lineDashes
- See Also:
-
-
Constructor Details
-
InnerLinesLayer
-
-
Method Details
-
strokeProperty
- See Also:
-
getStroke
Gets the value of the property stroke.- Property description:
-
setStroke
Sets the value of the property stroke.- Property description:
-
lineWidthProperty
- See Also:
-
getLineWidth
public final double getLineWidth()Gets the value of the property lineWidth.- Property description:
-
setLineWidth
public final void setLineWidth(double lineWidth) Sets the value of the property lineWidth.- Property description:
-
drawLastDividerLineProperty
-
setDrawLastDividerLine
public final void setDrawLastDividerLine(boolean draw) Sets the value of the property drawLastDividerLine.- Property description:
-
isDrawLastDividerLine
public final boolean isDrawLastDividerLine()Gets the value of the property drawLastDividerLine.- Property description:
-
lineDashesProperty
- See Also:
-
setLineDashes
public final void setLineDashes(double... dashes) Sets the value of the property lineDashes.- Property description:
-
getLineDashes
public final double[] getLineDashes()Gets the value of the property lineDashes.- Property description:
-
drawLayer
- Specified by:
drawLayer
in classSystemLayer<R extends Row<?,
?, ?>>
-