| 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, waitinvokeLayoutpublic BorderedPane(SubPane child, int top, int bottom, int left, int right)
public BorderedPane(SubPane child, int around)
public AreaSpec areaSpec()
SubPanepublic void layout(Area area)
SubPaneArea 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 SubPanearea - Parent area which can be used by this pane. Layout is expected to be able to accordance
SubPane.areaSpec().