Klasse GraphicsBase.RowHeader<R extends Row<?,?,?>>

Typparameter:
R - the row type
Alle implementierten Schnittstellen:
Styleable, EventTarget, Skinnable
Bekannte direkte Unterklassen:
ScaleRowHeader
Umschließende Klasse:
GraphicsBase<R extends Row<?,?,?>>

public static class GraphicsBase.RowHeader<R extends Row<?,?,?>> extends Label
A row header is a node that can be displayed to the left of each row inside the graphics area. These headers can be used (for example) to display a scale for the information shown in the canvas area to the right.
Seit:
1.0
  • Eigenschaftsdetails

  • Konstruktordetails

    • RowHeader

      public RowHeader(GraphicsBase<R> graphics)
      Creates a row header for the given graphics view.
      Parameter:
      graphics - the graphics view
  • Methodendetails

    • getGraphics

      public final GraphicsBase<R> getGraphics()
      Returns the graphics view associated with this row header.
      Gibt zurück:
      the graphics view
    • itemProperty

      public final ObjectProperty<R> itemProperty()
      The item property. Stores the row currently displayed by this row header.
      Gibt zurück:
      the item property
      Siehe auch:
    • getItem

      public final R getItem()
      Ruft den Wert der item-Eigenschaft ab.
      Eigenschaftsbeschreibung:
      The item property. Stores the row currently displayed by this row header.
      Gibt zurück:
      Wert der Eigenschaft item
      Siehe auch:
    • setItem

      public final void setItem(R item)
      Legt den Wert der item-Eigenschaft fest.
      Eigenschaftsbeschreibung:
      The item property. Stores the row currently displayed by this row header.
      Parameter:
      item - Wert für die Eigenschaft item
      Siehe auch: