R
- the type of the rowspublic class RowLayer<R extends Row<?,?,?>> extends SystemLayer<R>
setRowRenderer(Class, RowRenderer)
.opacity, snapToPixel, visible
Constructor and Description |
---|
RowLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
void |
drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
List<org.controlsfx.control.PropertySheet.Item> |
getPropertySheetItems() |
<RT extends Row<?,?,?>> |
getRowRenderer(Class<RT> clazz) |
void |
setRowRenderer(Class<Row> clazz,
RowRenderer<?> renderer) |
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
public RowLayer(GraphicsBase<R> graphics)
public void drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas, Instant startTime, Instant endTime)
drawLayer
in class SystemLayer<R extends Row<?,?,?>>
public final void setRowRenderer(Class<Row> clazz, RowRenderer<?> renderer)
public final <RT extends Row<?,?,?>> RowRenderer<RT> getRowRenderer(Class<RT> clazz)
public List<org.controlsfx.control.PropertySheet.Item> getPropertySheetItems()
getPropertySheetItems
in class SystemLayer<R extends Row<?,?,?>>
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.