R
- the type of the rowspublic class ChartLinesLayer<R extends Row<?,?,?>> extends SystemLayer<R>
ChartLayout
).Constructor and Description |
---|
ChartLinesLayer(GraphicsBase<R> graphics) |
Modifier and Type | Method and Description |
---|---|
void |
drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
double[] |
getMajorLineDashes() |
double |
getMajorLinesLineWidth() |
javafx.scene.paint.Paint |
getMajorLinesStroke() |
double[] |
getMinorLineDashes() |
double |
getMinorLinesLineWidth() |
javafx.scene.paint.Paint |
getMinorLinesStroke() |
boolean |
isMajorLinesVisible() |
boolean |
isMinorLinesVisible() |
javafx.beans.property.ObjectProperty<double[]> |
majorLineDashesProperty() |
javafx.beans.property.DoubleProperty |
majorLinesLineWidthProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
majorLinesStrokeProperty() |
javafx.beans.property.BooleanProperty |
majorLinesVisibleProperty() |
javafx.beans.property.ObjectProperty<double[]> |
minorLineDashesProperty() |
javafx.beans.property.DoubleProperty |
minorLinesLineWidthProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
minorLinesStrokeProperty() |
javafx.beans.property.BooleanProperty |
minorLinesVisibleProperty() |
void |
setMajorLineDashes(double... dashes) |
void |
setMajorLinesLineWidth(double lineWidth) |
void |
setMajorLinesStroke(javafx.scene.paint.Paint stroke) |
void |
setMajorLinesVisible(boolean visible) |
void |
setMinorLineDashes(double... dashes) |
void |
setMinorLinesLineWidth(double lineWidth) |
void |
setMinorLinesStroke(javafx.scene.paint.Paint stroke) |
void |
setMinorLinesVisible(boolean visible) |
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 ChartLinesLayer(GraphicsBase<R> graphics)
public final javafx.beans.property.BooleanProperty majorLinesVisibleProperty()
public final void setMajorLinesVisible(boolean visible)
public final boolean isMajorLinesVisible()
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> majorLinesStrokeProperty()
public final javafx.scene.paint.Paint getMajorLinesStroke()
public final void setMajorLinesStroke(javafx.scene.paint.Paint stroke)
public final javafx.beans.property.DoubleProperty majorLinesLineWidthProperty()
public final double getMajorLinesLineWidth()
public final void setMajorLinesLineWidth(double lineWidth)
public final javafx.beans.property.BooleanProperty minorLinesVisibleProperty()
public final void setMinorLinesVisible(boolean visible)
public final boolean isMinorLinesVisible()
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> minorLinesStrokeProperty()
public final javafx.scene.paint.Paint getMinorLinesStroke()
public final void setMinorLinesStroke(javafx.scene.paint.Paint stroke)
public final javafx.beans.property.DoubleProperty minorLinesLineWidthProperty()
public final double getMinorLinesLineWidth()
public final void setMinorLinesLineWidth(double lineWidth)
public final javafx.beans.property.ObjectProperty<double[]> majorLineDashesProperty()
public final void setMajorLineDashes(double... dashes)
public final double[] getMajorLineDashes()
public final javafx.beans.property.ObjectProperty<double[]> minorLineDashesProperty()
public final void setMinorLineDashes(double... dashes)
public final double[] getMinorLineDashes()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.