R - the type of the rowspublic class LayoutLayer<R extends Row<?,?,?>> extends SystemLayer<R>
| Type | Property and Description |
|---|---|
ObjectProperty<Paint> |
paddingFill |
opacity, snapToPixel, visible| Constructor and Description |
|---|
LayoutLayer(GraphicsBase<R> graphics) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
Paint |
getPaddingFill()
Gets the value of the property paddingFill.
|
List<org.controlsfx.control.PropertySheet.Item> |
getPropertySheetItems() |
ObjectProperty<Paint> |
paddingFillProperty() |
void |
setPaddingFill(Paint fill)
Sets the value of the property paddingFill.
|
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visiblePropertypublic final ObjectProperty<Paint> paddingFillProperty
getPaddingFill(),
setPaddingFill(Paint)public LayoutLayer(GraphicsBase<R> graphics)
public final ObjectProperty<Paint> paddingFillProperty()
getPaddingFill(),
setPaddingFill(Paint)public final Paint getPaddingFill()
public final void setPaddingFill(Paint fill)
public void drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas, Instant startTime, Instant endTime)
drawLayer in class SystemLayer<R extends Row<?,?,?>>public List<org.controlsfx.control.PropertySheet.Item> getPropertySheetItems()
getPropertySheetItems in class SystemLayer<R extends Row<?,?,?>>Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.