Class SingleRowGraphics<R extends Row<?,​?,​?>>

Type Parameters:
R - the type of the row
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class SingleRowGraphics<R extends Row<?,​?,​?>>
extends GraphicsBase<R>
A specialization of GraphicsBase that displays exactly one row. The row will be the first element in the rows list (see GraphicsBase.getRows().
Since:
1.0
  • Constructor Details

    • SingleRowGraphics

      public SingleRowGraphics()
  • Method Details