R
- the type of the rowspublic class NowLineLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Constructor and Description |
---|
NowLineLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
void |
drawLayer(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, getOpacity, isVisible, opacityProperty, setVisible, visibleProperty
alphaProperty, disableRedrawAfterPropertyChange, enabledProperty, enableRedrawAfterPropertyChange, getAlpha, getGraphics, getLocation, getName, getTimeAt, isEnabled, isSnapToPixel, redrawObservable, setAlpha, setEnabled, setSnapToPixel, snapPositionX, snapPositionY, snapSizeX, snapSizeY, snapSpaceX, snapSpaceY, snapToPixelProperty
public NowLineLayer(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.