public class NonLeafPosition extends Position
| Constructor | Description |
|---|---|
NonLeafPosition(LayoutManager lm,
Position sub) |
Construct a leaf position.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
generatesAreas() |
|
Position |
getPosition() |
Overridden by NonLeafPosition to return the Position of its child LM.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIndex, getLM, getLM, getPosition, getShortLMName, setIndexpublic NonLeafPosition(LayoutManager lm, Position sub)
lm - the associated layout managersub - the positionpublic Position getPosition()
PositiongetPosition in class Positionpublic boolean generatesAreas()
generatesAreas in class PositionCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.