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

Typparameter:
R - the type of the rows

public class HoverTimeIntervalLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Draws the hover time interval specified by the dateline. If the mouse cursor hovers over a week in the dateline then the layer will fill the time interval defined by this week with a highlighting color.
Seit:
1.0
Siehe auch:
  • Eigenschaftsdetails

  • Konstruktordetails

    • HoverTimeIntervalLayer

      public HoverTimeIntervalLayer(GraphicsBase<R> graphics)
      Constructs a new hover time-interval layer.
      Parameter:
      graphics - the graphics view that owns the layer
  • Methodendetails

    • hoverTimeIntervalFillProperty

      public final ObjectProperty<Paint> hoverTimeIntervalFillProperty()
      The hoverTimeIntervalFill property. Stores the fill used for the hovered time interval.
      Gibt zurück:
      the hoverTimeIntervalFill property
      Siehe auch:
    • getHoverTimeIntervalFill

      public final Paint getHoverTimeIntervalFill()
      Ruft den Wert der hoverTimeIntervalFill-Eigenschaft ab.
      Eigenschaftsbeschreibung:
      The hoverTimeIntervalFill property. Stores the fill used for the hovered time interval.
      Gibt zurück:
      Wert der Eigenschaft hoverTimeIntervalFill
      Siehe auch:
    • setHoverTimeIntervalFill

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

      public void drawLayer(RowCanvas<R> canvas, Instant startTime, Instant endTime)
      Draws the time interval currently hovered 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