Package org.apache.fop.layoutmgr
Class AbstractBreaker.PageBreakPosition
- java.lang.Object
-
- org.apache.fop.layoutmgr.Position
-
- org.apache.fop.layoutmgr.LeafPosition
-
- org.apache.fop.layoutmgr.AbstractBreaker.PageBreakPosition
-
- Enclosing class:
- AbstractBreaker
public static class AbstractBreaker.PageBreakPosition extends LeafPosition
A page break position.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
bpdAdjust
(package private) int
difference
(package private) int
footnoteFirstElementIndex
(package private) int
footnoteFirstListIndex
(package private) int
footnoteLastElementIndex
(package private) int
footnoteLastListIndex
-
Constructor Summary
Constructors Constructor Description PageBreakPosition(LayoutManager lm, int breakIndex, int ffli, int ffei, int flli, int flei, double bpdA, int diff)
-
Method Summary
-
Methods inherited from class org.apache.fop.layoutmgr.LeafPosition
generatesAreas, getLeafPos, toString
-
Methods inherited from class org.apache.fop.layoutmgr.Position
getIndex, getLM, getLM, getPosition, getPosition, getShortLMName, setIndex
-
-
-
-
Constructor Detail
-
PageBreakPosition
PageBreakPosition(LayoutManager lm, int breakIndex, int ffli, int ffei, int flli, int flei, double bpdA, int diff)
-
-