R
- the type of the rowspublic class NowLineLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Type | Property and Description |
---|---|
DoubleProperty |
lineWidth |
ObjectProperty<Paint> |
stroke |
opacity, snapToPixel, visible
Constructor and Description |
---|
NowLineLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
void |
drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
double |
getLineWidth()
Gets the value of the property lineWidth.
|
List<org.controlsfx.control.PropertySheet.Item> |
getPropertySheetItems() |
Paint |
getStroke()
Gets the value of the property stroke.
|
DoubleProperty |
lineWidthProperty() |
void |
setLineWidth(double lineWidth)
Sets the value of the property lineWidth.
|
void |
setStroke(Paint stroke)
Sets the value of the property stroke.
|
ObjectProperty<Paint> |
strokeProperty() |
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
public final ObjectProperty<Paint> strokeProperty
getStroke()
,
setStroke(Paint)
public final DoubleProperty lineWidthProperty
getLineWidth()
,
setLineWidth(double)
public NowLineLayer(GraphicsBase<R> graphics)
public final ObjectProperty<Paint> strokeProperty()
getStroke()
,
setStroke(Paint)
public final Paint getStroke()
public final void setStroke(Paint stroke)
public final DoubleProperty lineWidthProperty()
getLineWidth()
,
setLineWidth(double)
public final double getLineWidth()
public final void setLineWidth(double lineWidth)
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.