R
- the type of the rowspublic class InnerLinesLayer<R extends Row<?,?,?>> extends SystemLayer<R>
setLineWidth(double)
and specify a value greater than 0.Constructor and Description |
---|
InnerLinesLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.BooleanProperty |
drawLastDividerLineProperty() |
void |
drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
double[] |
getLineDashes() |
double |
getLineWidth() |
javafx.scene.paint.Paint |
getStroke() |
boolean |
isDrawLastDividerLine() |
javafx.beans.property.ObjectProperty<double[]> |
lineDashesProperty() |
javafx.beans.property.DoubleProperty |
lineWidthProperty() |
void |
setDrawLastDividerLine(boolean draw) |
void |
setLineDashes(double... dashes) |
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 InnerLinesLayer(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)
public final javafx.beans.property.BooleanProperty drawLastDividerLineProperty()
public final void setDrawLastDividerLine(boolean draw)
public final boolean isDrawLastDividerLine()
public final javafx.beans.property.ObjectProperty<double[]> lineDashesProperty()
public final void setLineDashes(double... dashes)
public final double[] getLineDashes()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.