Package org.apache.fop.layoutmgr
Class LeafPosition
- java.lang.Object
-
- org.apache.fop.layoutmgr.Position
-
- org.apache.fop.layoutmgr.LeafPosition
-
- Direct Known Subclasses:
AbstractBreaker.FloatPosition,AbstractBreaker.PageBreakPosition
public class LeafPosition extends Position
A leaf position.
-
-
Constructor Summary
Constructors Constructor Description LeafPosition(LayoutManager layoutManager, int pos)Construct a leaf position.LeafPosition(LayoutManager layoutManager, int pos, int index)Construct a leaf position.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangeneratesAreas()intgetLeafPos()java.lang.StringtoString()-
Methods inherited from class org.apache.fop.layoutmgr.Position
getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex
-
-
-
-
Constructor Detail
-
LeafPosition
public LeafPosition(LayoutManager layoutManager, int pos)
Construct a leaf position.- Parameters:
layoutManager- the associated layout managerpos- the leaf position
-
LeafPosition
public LeafPosition(LayoutManager layoutManager, int pos, int index)
Construct a leaf position.- Parameters:
layoutManager- the associated layout managerpos- the leaf positionindex- the index
-
-
Method Detail
-
getLeafPos
public int getLeafPos()
- Returns:
- leaf position
-
generatesAreas
public boolean generatesAreas()
- Overrides:
generatesAreasin classPosition- Returns:
- true if generates areas
-
-