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

Typparameter:
R - the type of the rows

public class LayoutLayer<R extends Row<?,?,?>> extends SystemLayer<R>
Draws the layout padding areas. Each layout may have some padding added to its top and bottom. This layer fills the padding area with a solid color.
Seit:
1.0
Siehe auch:
  • Eigenschaftsdetails

  • Konstruktordetails

    • LayoutLayer

      public LayoutLayer(GraphicsBase<R> graphics)
      Constructs a new layout layer.
      Parameter:
      graphics - the graphics view that owns the layer
  • Methodendetails

    • paddingFillProperty

      public final ObjectProperty<Paint> paddingFillProperty()
      The paddingFill property. Stores the fill used for layout padding areas.
      Gibt zurück:
      the paddingFill property
      Siehe auch:
    • getPaddingFill

      public final Paint getPaddingFill()
      Ruft den Wert der paddingFill-Eigenschaft ab.
      Eigenschaftsbeschreibung:
      The paddingFill property. Stores the fill used for layout padding areas.
      Gibt zurück:
      Wert der Eigenschaft paddingFill
      Siehe auch:
    • setPaddingFill

      public final void setPaddingFill(Paint fill)
      Legt den Wert der paddingFill-Eigenschaft fest.
      Eigenschaftsbeschreibung:
      The paddingFill property. Stores the fill used for layout padding areas.
      Parameter:
      fill - Wert für die Eigenschaft paddingFill
      Siehe auch:
    • drawLayer

      public void drawLayer(RowCanvas<R> canvas, Instant startTime, Instant endTime)
      Draws padding areas for the row layout and its inner line layouts.
      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