Klasse AgendaLinesLayer<R extends Row<?,?,?>>
java.lang.Object
com.flexganttfx.view.graphics.renderer.RendererBase
com.flexganttfx.view.graphics.layer.SystemLayer<R>
com.flexganttfx.view.graphics.layer.AgendaLinesLayer<R>
- Typparameter:
R- the type of the rows
Draws the horizontal grid lines for a row if the row or any of its inner
lines are using the agenda layout.
- Seit:
- 1.0
- Siehe auch:
-
Eigenschaftsübersicht
EigenschaftenTypEigenschaftBeschreibungfinal ObjectProperty<double[]> The majorLineDashes property.final DoublePropertyThe majorLinesLineWidth property.final ObjectProperty<Paint> The majorLinesStroke property.final BooleanPropertyThe majorLinesVisible property.final ObjectProperty<double[]> The minorLineDashes property.final DoublePropertyThe minorLinesLineWidth property.final ObjectProperty<Paint> The minorLinesStroke property.final BooleanPropertyThe minorLinesVisible property.Von Klasse geerbte Eigenschaften SystemLayer
opacity, visibleVon Klasse geerbte Eigenschaften RendererBase
alpha, enabled, snapToPixel -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAgendaLinesLayer(GraphicsBase<R> graphics) Constructs a new agenda lines layer. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidDraws agenda grid lines for the row and its inner line layouts.final double[]Ruft den Wert dermajorLineDashes-Eigenschaft ab.final doubleRuft den Wert dermajorLinesLineWidth-Eigenschaft ab.final PaintRuft den Wert dermajorLinesStroke-Eigenschaft ab.final double[]Ruft den Wert derminorLineDashes-Eigenschaft ab.final doubleRuft den Wert derminorLinesLineWidth-Eigenschaft ab.final PaintRuft den Wert derminorLinesStroke-Eigenschaft ab.final booleanRuft den Wert dermajorLinesVisible-Eigenschaft ab.final booleanRuft den Wert derminorLinesVisible-Eigenschaft ab.final ObjectProperty<double[]> The majorLineDashes property.final DoublePropertyThe majorLinesLineWidth property.final ObjectProperty<Paint> The majorLinesStroke property.final BooleanPropertyThe majorLinesVisible property.final ObjectProperty<double[]> The minorLineDashes property.final DoublePropertyThe minorLinesLineWidth property.final ObjectProperty<Paint> The minorLinesStroke property.final BooleanPropertyThe minorLinesVisible property.final voidsetMajorLineDashes(double... dashes) Legt den Wert dermajorLineDashes-Eigenschaft fest.final voidsetMajorLinesLineWidth(double lineWidth) Legt den Wert dermajorLinesLineWidth-Eigenschaft fest.final voidsetMajorLinesStroke(Paint stroke) Legt den Wert dermajorLinesStroke-Eigenschaft fest.final voidsetMajorLinesVisible(boolean visible) Legt den Wert dermajorLinesVisible-Eigenschaft fest.final voidsetMinorLineDashes(double... dashes) Legt den Wert derminorLineDashes-Eigenschaft fest.final voidsetMinorLinesLineWidth(double lineWidth) Legt den Wert derminorLinesLineWidth-Eigenschaft fest.final voidsetMinorLinesStroke(Paint stroke) Legt den Wert derminorLinesStroke-Eigenschaft fest.final voidsetMinorLinesVisible(boolean visible) Legt den Wert derminorLinesVisible-Eigenschaft fest.Von Klasse geerbte Methoden SystemLayer
fadeInOutObservable, getOpacity, isVisible, opacityProperty, setVisible, visiblePropertyVon Klasse geerbte Methoden RendererBase
alphaProperty, disableRedrawAfterPropertyChange, enabledProperty, enableRedrawAfterPropertyChange, getAlpha, getGraphics, getLocation, getName, getTimeAt, isEnabled, isSnapToPixel, redrawObservable, setAlpha, setEnabled, setSnapToPixel, snapPositionX, snapPositionY, snapSizeX, snapSizeY, snapSpaceX, snapSpaceY, snapToPixelProperty
-
Eigenschaftsdetails
-
majorLinesVisible
The majorLinesVisible property. Controls whether major agenda lines are drawn.- Siehe auch:
-
majorLinesStroke
The majorLinesStroke property. Stores the stroke used for major agenda lines.- Siehe auch:
-
majorLinesLineWidth
The majorLinesLineWidth property. Stores the line width used for major agenda lines.- Siehe auch:
-
minorLinesVisible
The minorLinesVisible property. Controls whether minor agenda lines are drawn.- Siehe auch:
-
minorLinesStroke
The minorLinesStroke property. Stores the stroke used for minor agenda lines.- Siehe auch:
-
minorLinesLineWidth
The minorLinesLineWidth property. Stores the line width used for minor agenda lines.- Siehe auch:
-
majorLineDashes
The majorLineDashes property. Stores the dash pattern used for major agenda lines.- Siehe auch:
-
minorLineDashes
The minorLineDashes property. Stores the dash pattern used for minor agenda lines.- Siehe auch:
-
-
Konstruktordetails
-
AgendaLinesLayer
Constructs a new agenda lines layer.- Parameter:
graphics- the graphics view that owns the layer
-
-
Methodendetails
-
majorLinesVisibleProperty
The majorLinesVisible property. Controls whether major agenda lines are drawn.- Gibt zurück:
- the majorLinesVisible property
- Siehe auch:
-
setMajorLinesVisible
public final void setMajorLinesVisible(boolean visible) Legt den Wert dermajorLinesVisible-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The majorLinesVisible property. Controls whether major agenda lines are drawn.
- Parameter:
visible- Wert für die EigenschaftmajorLinesVisible- Siehe auch:
-
isMajorLinesVisible
public final boolean isMajorLinesVisible()Ruft den Wert dermajorLinesVisible-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The majorLinesVisible property. Controls whether major agenda lines are drawn.
- Gibt zurück:
- Wert der Eigenschaft
majorLinesVisible - Siehe auch:
-
majorLinesStrokeProperty
The majorLinesStroke property. Stores the stroke used for major agenda lines.- Gibt zurück:
- the majorLinesStroke property
- Siehe auch:
-
getMajorLinesStroke
Ruft den Wert dermajorLinesStroke-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The majorLinesStroke property. Stores the stroke used for major agenda lines.
- Gibt zurück:
- Wert der Eigenschaft
majorLinesStroke - Siehe auch:
-
setMajorLinesStroke
Legt den Wert dermajorLinesStroke-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The majorLinesStroke property. Stores the stroke used for major agenda lines.
- Parameter:
stroke- Wert für die EigenschaftmajorLinesStroke- Siehe auch:
-
majorLinesLineWidthProperty
The majorLinesLineWidth property. Stores the line width used for major agenda lines.- Gibt zurück:
- the majorLinesLineWidth property
- Siehe auch:
-
getMajorLinesLineWidth
public final double getMajorLinesLineWidth()Ruft den Wert dermajorLinesLineWidth-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The majorLinesLineWidth property. Stores the line width used for major agenda lines.
- Gibt zurück:
- Wert der Eigenschaft
majorLinesLineWidth - Siehe auch:
-
setMajorLinesLineWidth
public final void setMajorLinesLineWidth(double lineWidth) Legt den Wert dermajorLinesLineWidth-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The majorLinesLineWidth property. Stores the line width used for major agenda lines.
- Parameter:
lineWidth- Wert für die EigenschaftmajorLinesLineWidth- Siehe auch:
-
minorLinesVisibleProperty
The minorLinesVisible property. Controls whether minor agenda lines are drawn.- Gibt zurück:
- the minorLinesVisible property
- Siehe auch:
-
setMinorLinesVisible
public final void setMinorLinesVisible(boolean visible) Legt den Wert derminorLinesVisible-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The minorLinesVisible property. Controls whether minor agenda lines are drawn.
- Parameter:
visible- Wert für die EigenschaftminorLinesVisible- Siehe auch:
-
isMinorLinesVisible
public final boolean isMinorLinesVisible()Ruft den Wert derminorLinesVisible-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The minorLinesVisible property. Controls whether minor agenda lines are drawn.
- Gibt zurück:
- Wert der Eigenschaft
minorLinesVisible - Siehe auch:
-
minorLinesStrokeProperty
The minorLinesStroke property. Stores the stroke used for minor agenda lines.- Gibt zurück:
- the minorLinesStroke property
- Siehe auch:
-
getMinorLinesStroke
Ruft den Wert derminorLinesStroke-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The minorLinesStroke property. Stores the stroke used for minor agenda lines.
- Gibt zurück:
- Wert der Eigenschaft
minorLinesStroke - Siehe auch:
-
setMinorLinesStroke
Legt den Wert derminorLinesStroke-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The minorLinesStroke property. Stores the stroke used for minor agenda lines.
- Parameter:
stroke- Wert für die EigenschaftminorLinesStroke- Siehe auch:
-
minorLinesLineWidthProperty
The minorLinesLineWidth property. Stores the line width used for minor agenda lines.- Gibt zurück:
- the minorLinesLineWidth property
- Siehe auch:
-
getMinorLinesLineWidth
public final double getMinorLinesLineWidth()Ruft den Wert derminorLinesLineWidth-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The minorLinesLineWidth property. Stores the line width used for minor agenda lines.
- Gibt zurück:
- Wert der Eigenschaft
minorLinesLineWidth - Siehe auch:
-
setMinorLinesLineWidth
public final void setMinorLinesLineWidth(double lineWidth) Legt den Wert derminorLinesLineWidth-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The minorLinesLineWidth property. Stores the line width used for minor agenda lines.
- Parameter:
lineWidth- Wert für die EigenschaftminorLinesLineWidth- Siehe auch:
-
majorLineDashesProperty
The majorLineDashes property. Stores the dash pattern used for major agenda lines.- Gibt zurück:
- the majorLineDashes property
- Siehe auch:
-
setMajorLineDashes
public final void setMajorLineDashes(double... dashes) Legt den Wert dermajorLineDashes-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The majorLineDashes property. Stores the dash pattern used for major agenda lines.
- Parameter:
dashes- Wert für die EigenschaftmajorLineDashes- Siehe auch:
-
getMajorLineDashes
public final double[] getMajorLineDashes()Ruft den Wert dermajorLineDashes-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The majorLineDashes property. Stores the dash pattern used for major agenda lines.
- Gibt zurück:
- Wert der Eigenschaft
majorLineDashes - Siehe auch:
-
minorLineDashesProperty
The minorLineDashes property. Stores the dash pattern used for minor agenda lines.- Gibt zurück:
- the minorLineDashes property
- Siehe auch:
-
setMinorLineDashes
public final void setMinorLineDashes(double... dashes) Legt den Wert derminorLineDashes-Eigenschaft fest.- Eigenschaftsbeschreibung:
- The minorLineDashes property. Stores the dash pattern used for minor agenda lines.
- Parameter:
dashes- Wert für die EigenschaftminorLineDashes- Siehe auch:
-
getMinorLineDashes
public final double[] getMinorLineDashes()Ruft den Wert derminorLineDashes-Eigenschaft ab.- Eigenschaftsbeschreibung:
- The minorLineDashes property. Stores the dash pattern used for minor agenda lines.
- Gibt zurück:
- Wert der Eigenschaft
minorLineDashes - Siehe auch:
-
drawLayer
Draws agenda grid lines for the row and its inner line layouts.- Angegeben von:
drawLayerin KlasseSystemLayer<R extends Row<?,?, ?>> - Parameter:
canvas- the canvas to draw onstartTime- the visible start timeendTime- the visible end time
-