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.
    • Constructor Detail

    • Method Detail

      • getItem

        public final R getItem()
      • setItem

        public final void setItem​(R item)