R - the type of the rowspublic class InnerLinesLayer<R extends Row<?,?,?>> extends SystemLayer<R>
setLineWidth(double) and specify a value greater than 0.| Type | Property and Description |
|---|---|
BooleanProperty |
drawLastDividerLine |
DoubleProperty |
lineWidth |
ObjectProperty<Paint> |
stroke |
opacity, snapToPixel, visible| Constructor and Description |
|---|
InnerLinesLayer(GraphicsBase<R> graphics) |
| Modifier and Type | Method and Description |
|---|---|
BooleanProperty |
drawLastDividerLineProperty() |
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.
|
boolean |
isDrawLastDividerLine()
Gets the value of the property drawLastDividerLine.
|
DoubleProperty |
lineWidthProperty() |
void |
setDrawLastDividerLine(boolean draw)
Sets the value of the property drawLastDividerLine.
|
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, visiblePropertypublic final ObjectProperty<Paint> strokeProperty
getStroke(),
setStroke(Paint)public final DoubleProperty lineWidthProperty
getLineWidth(),
setLineWidth(double)public final BooleanProperty drawLastDividerLineProperty
public InnerLinesLayer(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 final BooleanProperty drawLastDividerLineProperty()
public final void setDrawLastDividerLine(boolean draw)
public final boolean isDrawLastDividerLine()
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.