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

Type Parameters:
R - the type of the rows displayed by this view
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class VBoxGraphics<R extends Row<?,​?,​?>>
extends GraphicsBase<R>
A specialization of GraphicsBase that displays several rows inside a VBox. Rows will be laid out based on their VBox constraints (see for example VBox.setVgrow(javafx.scene.Node, Priority)).
Since:
1.0