R
- the type of the rowspublic class AgendaLinesLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Type | Property and Description |
---|---|
DoubleProperty |
majorLinesLineWidth |
BooleanProperty |
majorLinesVisible |
DoubleProperty |
minorLinesLineWidth |
BooleanProperty |
minorLinesVisible |
opacity, snapToPixel, visible
Constructor and Description |
---|
AgendaLinesLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
void |
drawLayer(impl.com.flexganttfx.skin.graphics.RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
double |
getMajorLinesLineWidth()
Gets the value of the property majorLinesLineWidth.
|
Paint |
getMajorLinesStroke() |
double |
getMinorLinesLineWidth()
Gets the value of the property minorLinesLineWidth.
|
Paint |
getMinorLinesStroke() |
List<org.controlsfx.control.PropertySheet.Item> |
getPropertySheetItems() |
boolean |
isMajorLinesVisible()
Gets the value of the property majorLinesVisible.
|
boolean |
isMinorLinesVisible()
Gets the value of the property minorLinesVisible.
|
DoubleProperty |
majorLinesLineWidthProperty() |
ObjectProperty<Paint> |
majorLinesStroke() |
BooleanProperty |
majorLinesVisibleProperty() |
DoubleProperty |
minorLinesLineWidthProperty() |
ObjectProperty<Paint> |
minorLinesStroke() |
BooleanProperty |
minorLinesVisibleProperty() |
void |
setMajorLinesLineWidth(double lineWidth)
Sets the value of the property majorLinesLineWidth.
|
void |
setMajorLinesStroke(Paint stroke) |
void |
setMajorLinesVisible(boolean visible)
Sets the value of the property majorLinesVisible.
|
void |
setMinorLinesLineWidth(double lineWidth)
Sets the value of the property minorLinesLineWidth.
|
void |
setMinorLinesStroke(Paint stroke) |
void |
setMinorLinesVisible(boolean visible)
Sets the value of the property minorLinesVisible.
|
fadeInOutObservable, getGraphics, getName, getOpacity, isSnapToPixel, isVisible, opacityProperty, redraw, redrawObservable, setSnapToPixel, setVisible, snapPosition, snapSize, snapSpace, snapToPixelProperty, visibleProperty
public final BooleanProperty majorLinesVisibleProperty
public final DoubleProperty majorLinesLineWidthProperty
public final BooleanProperty minorLinesVisibleProperty
public final DoubleProperty minorLinesLineWidthProperty
public AgendaLinesLayer(GraphicsBase<R> graphics)
public final BooleanProperty majorLinesVisibleProperty()
public final void setMajorLinesVisible(boolean visible)
public final boolean isMajorLinesVisible()
public final ObjectProperty<Paint> majorLinesStroke()
public final Paint getMajorLinesStroke()
public final void setMajorLinesStroke(Paint stroke)
public final DoubleProperty majorLinesLineWidthProperty()
public final double getMajorLinesLineWidth()
public final void setMajorLinesLineWidth(double lineWidth)
public final BooleanProperty minorLinesVisibleProperty()
public final void setMinorLinesVisible(boolean visible)
public final boolean isMinorLinesVisible()
public final ObjectProperty<Paint> minorLinesStroke()
public final Paint getMinorLinesStroke()
public final void setMinorLinesStroke(Paint stroke)
public final DoubleProperty minorLinesLineWidthProperty()
public final double getMinorLinesLineWidth()
public final void setMinorLinesLineWidth(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.