Constructor and Description |
---|
BorderedPane(SubPane child,
int around) |
BorderedPane(SubPane child,
int top,
int bottom,
int left,
int right) |
Modifier and Type | Method and Description |
---|---|
AreaSpec |
areaSpec()
Requested area specification.
|
void |
layout(Area area)
Layout into an allocated area.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invokeLayout
public BorderedPane(SubPane child, int top, int bottom, int left, int right)
public BorderedPane(SubPane child, int around)
public AreaSpec areaSpec()
SubPane
public void layout(Area area)
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
area
- Parent area which can be used by this pane. Layout is expected to be able to accordance
SubPane.areaSpec()
.