|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.Position
public class Position
A position.
Constructor Summary | |
---|---|
Position(LayoutManager lm)
Construct a position. |
|
Position(LayoutManager lm,
int index)
Construct a position. |
Method Summary | |
---|---|
boolean |
generatesAreas()
|
int |
getIndex()
Returns the index of this position in the sequence of Position elements. |
LayoutManager |
getLM()
|
LayoutManager |
getLM(int depth)
|
Position |
getPosition()
Overridden by NonLeafPosition to return the Position of its child LM. |
Position |
getPosition(int depth)
Overridden by NonLeafPosition to return the Position of its child LM. |
protected java.lang.String |
getShortLMName()
|
void |
setIndex(int value)
Sets the index of this position in the sequence of Position elements. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Position(LayoutManager lm)
lm
- the associated layout managerpublic Position(LayoutManager lm, int index)
lm
- the associated layout managerindex
- the indexMethod Detail |
---|
public LayoutManager getLM()
public LayoutManager getLM(int depth)
depth
- the depth at which the LM in this position is found
public Position getPosition()
public Position getPosition(int depth)
depth
- the depth at which the position in this position is found
public boolean generatesAreas()
public void setIndex(int value)
value
- this position's indexpublic int getIndex()
protected java.lang.String getShortLMName()
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |