Module com.flexganttfx.view
Class LayoutLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.LayoutLayer<R>
- Type Parameters:
R
- the type of the rows
Draws the layout padding areas. Each layout may have some padding added to
its top and bottom. This layer fills the padding area with a solid color.
-
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 the property paddingFill.final ObjectProperty<Paint>
final void
setPaddingFill
(Paint fill) Sets the value of the property paddingFill.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
-
paddingFill
- See Also:
-
-
Constructor Details
-
LayoutLayer
-
-
Method Details
-
paddingFillProperty
- See Also:
-
getPaddingFill
Gets the value of the property paddingFill.- Property description:
-
setPaddingFill
Sets the value of the property paddingFill.- Property description:
-
drawLayer
- Specified by:
drawLayer
in classSystemLayer<R extends Row<?,
?, ?>>
-