R
- the type of the rowspublic class ZoomTimeIntervalLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Timeline.selectedTimeIntervalProperty()
. The zoom interval gets
created by the user via the help of the timeline lasso.Type | Property and Description |
---|---|
ObjectProperty<Paint> |
zoomTimeIntervalFill |
opacity, snapToPixel, visible
Constructor and Description |
---|
ZoomTimeIntervalLayer(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 |
getZoomTimeIntervalFill()
Gets the value of the property zoomTimeIntervalFill.
|
void |
setZoomTimeIntervalFill(Paint fill)
Sets the value of the property zoomTimeIntervalFill.
|
ObjectProperty<Paint> |
zoomTimeIntervalFillProperty() |
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
public final ObjectProperty<Paint> zoomTimeIntervalFillProperty
public ZoomTimeIntervalLayer(GraphicsBase<R> graphics)
public final ObjectProperty<Paint> zoomTimeIntervalFillProperty()
public final Paint getZoomTimeIntervalFill()
public final void setZoomTimeIntervalFill(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.