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

Alle implementierten Schnittstellen:
Skin<VBoxGraphics<R>>

public class VBoxGraphicsSkin<R extends Row<?,?,?>> extends GraphicsBaseSkin<VBoxGraphics<R>, R>
Graphics skin that stacks RowPane instances in a VBox. It provides a simple multi-row layout and resolves lasso selections across the visible rows.
  • Konstruktordetails

    • VBoxGraphicsSkin

      public VBoxGraphicsSkin(VBoxGraphics<R> graphics)
      Constructs a new skin for the given VBox graphics.
      Parameter:
      graphics - the graphics control
  • Methodendetails