|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.layoutmgr.Position
org.apache.fop.layoutmgr.LeafPosition
public class LeafPosition
A leaf position.
Constructor Summary | |
---|---|
LeafPosition(LayoutManager layoutManager,
int pos)
Construct a leaf position. |
|
LeafPosition(LayoutManager layoutManager,
int pos,
int index)
Construct a leaf position. |
Method Summary | |
---|---|
boolean |
generatesAreas()
|
int |
getLeafPos()
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.layoutmgr.Position |
---|
getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LeafPosition(LayoutManager layoutManager, int pos)
layoutManager
- the associated layout managerpos
- the leaf positionpublic LeafPosition(LayoutManager layoutManager, int pos, int index)
layoutManager
- the associated layout managerpos
- the leaf positionindex
- the indexMethod Detail |
---|
public int getLeafPos()
public boolean generatesAreas()
generatesAreas
in class Position
public java.lang.String toString()
toString
in class Position
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |