Constructor and Description |
---|
VFlowPane() |
Modifier and Type | Method and Description |
---|---|
void |
add(SubPane p) |
AreaSpec |
areaSpec()
Requested area specification.
|
void |
layout(Area parentArea)
Layout into an allocated area.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invokeLayout
public void add(SubPane p)
public AreaSpec areaSpec()
SubPane
public void layout(Area parentArea)
SubPane
Area
is the 2D region which is available for the implementing class to place
itself. Placement (horizontal/vertical alignment) is done by the implementing class.layout
in interface SubPane
parentArea
- Parent area which can be used by this pane. Layout is expected to be able to accordance
SubPane.areaSpec()
.