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

Type Parameters:
R - the row type
All Implemented Interfaces:
Styleable, EventTarget, Skinnable
Direct Known Subclasses:
ScaleRowHeader
Enclosing class:
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.
  • Property Details

  • Constructor Details

  • Method Details

    • getGraphics

      public final GraphicsBase<R> getGraphics()
    • itemProperty

      public final ObjectProperty<R> itemProperty()
      See Also:
    • getItem

      public final R getItem()
      Gets the value of the property item.
      Property description:
    • setItem

      public final void setItem(R item)
      Sets the value of the property item.
      Property description: