public interface SubPane
areaSpec()
) and an embedding logicModifier and Type | Method and Description |
---|---|
AreaSpec |
areaSpec()
Requested area specification.
|
static Px2d |
invokeLayout(SubPane root)
Invoke a layout.
|
void |
layout(Area parentArea)
Layout into an allocated area.
|
AreaSpec areaSpec()
void layout(Area parentArea)
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.parentArea
- Parent area which can be used by this pane. Layout is expected to be able to accordance
areaSpec()
.