R
- the type of the rowspublic class SelectedTimeIntervalsLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Type | Property and Description |
---|---|
ObjectProperty<Paint> |
selectedTimeIntervalFill |
opacity, snapToPixel, visible
Constructor and Description |
---|
SelectedTimeIntervalsLayer(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() |
Paint |
getSelectedTimeIntervalFill()
Gets the value of the property selectedTimeIntervalFill.
|
ObjectProperty<Paint> |
selectedTimeIntervalFillProperty() |
void |
setSelectedTimeIntervalFill(Paint fill)
Sets the value of the property selectedTimeIntervalFill.
|
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
public final ObjectProperty<Paint> selectedTimeIntervalFillProperty
public SelectedTimeIntervalsLayer(GraphicsBase<R> graphics)
public final ObjectProperty<Paint> selectedTimeIntervalFillProperty()
public final Paint getSelectedTimeIntervalFill()
public final void setSelectedTimeIntervalFill(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.