R
- the type of the rowspublic class DSTLineLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Constructor and Description |
---|
DSTLineLayer(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() |
javafx.scene.paint.Paint |
getStroke() |
javafx.beans.property.DoubleProperty |
lineWidthProperty() |
void |
setLineWidth(double lineWidth) |
void |
setStroke(javafx.scene.paint.Paint stroke) |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
strokeProperty() |
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
public DSTLineLayer(GraphicsBase<R> graphics)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> strokeProperty()
public final javafx.scene.paint.Paint getStroke()
public final void setStroke(javafx.scene.paint.Paint stroke)
public final javafx.beans.property.DoubleProperty lineWidthProperty()
public final double getLineWidth()
public final void setLineWidth(double lineWidth)
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.