public class Position
extends java.lang.Object
Constructor and Description |
---|
Position(LayoutManager lm) |
Position(LayoutManager lm,
int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
generatesAreas() |
int |
getIndex()
Returns the index of this position in the sequence of Position elements.
|
LayoutManager |
getLM() |
Position |
getPosition()
Overridden by NonLeafPosition to return the Position of its
child LM.
|
java.lang.String |
getShortLMName() |
void |
setIndex(int value)
Sets the index of this position in the sequence of Position elements.
|
java.lang.String |
toString() |
public Position(LayoutManager lm)
public Position(LayoutManager lm, int index)
public LayoutManager getLM()
public Position getPosition()
public boolean generatesAreas()
public void setIndex(int value)
value
- this position's indexpublic int getIndex()
public java.lang.String getShortLMName()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.