Klasse SelectedTimeIntervalsLayer<R extends Row<?,?,?>>

Typparameter:
R - the type of the rows

public class SelectedTimeIntervalsLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Draws the time intervals that were selected by the user (or the application) in the dateline.
Seit:
1.0
Siehe auch:
  • Eigenschaftsdetails

  • Konstruktordetails

    • SelectedTimeIntervalsLayer

      public SelectedTimeIntervalsLayer(GraphicsBase<R> graphics)
      Constructs a new selected time-intervals layer.
      Parameter:
      graphics - the graphics view that owns the layer
  • Methodendetails

    • selectedTimeIntervalFillProperty

      public final ObjectProperty<Paint> selectedTimeIntervalFillProperty()
      The selectedTimeIntervalFill property. Stores the fill used for selected time intervals.
      Gibt zurück:
      the selectedTimeIntervalFill property
      Siehe auch:
    • getSelectedTimeIntervalFill

      public final Paint getSelectedTimeIntervalFill()
      Ruft den Wert der selectedTimeIntervalFill-Eigenschaft ab.
      Eigenschaftsbeschreibung:
      The selectedTimeIntervalFill property. Stores the fill used for selected time intervals.
      Gibt zurück:
      Wert der Eigenschaft selectedTimeIntervalFill
      Siehe auch:
    • setSelectedTimeIntervalFill

      public final void setSelectedTimeIntervalFill(Paint fill)
      Legt den Wert der selectedTimeIntervalFill-Eigenschaft fest.
      Eigenschaftsbeschreibung:
      The selectedTimeIntervalFill property. Stores the fill used for selected time intervals.
      Parameter:
      fill - Wert für die Eigenschaft selectedTimeIntervalFill
      Siehe auch:
    • drawLayer

      public void drawLayer(RowCanvas<R> canvas, Instant startTime, Instant endTime)
      Draws the time intervals selected in the dateline.
      Angegeben von:
      drawLayer in Klasse SystemLayer<R extends Row<?,?,?>>
      Parameter:
      canvas - the canvas to draw on
      startTime - the visible start time
      endTime - the visible end time