Uses of Class
org.apache.fop.layoutmgr.LeafPosition
-
Packages that use LeafPosition Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. -
-
Uses of LeafPosition in org.apache.fop.layoutmgr
Subclasses of LeafPosition in org.apache.fop.layoutmgr Modifier and Type Class Description static class
AbstractBreaker.FloatPosition
static class
AbstractBreaker.PageBreakPosition
A page break position. -
Uses of LeafPosition in org.apache.fop.layoutmgr.inline
Subclasses of LeafPosition in org.apache.fop.layoutmgr.inline Modifier and Type Class Description (package private) static class
LineLayoutManager.LineBreakPosition
Private class to store information about inline breaks.Methods in org.apache.fop.layoutmgr.inline with parameters of type LeafPosition Modifier and Type Method Description java.util.List
LineLayoutManager. getNextKnuthElements(LayoutContext context, int alignment, LeafPosition restartPosition)
Get a sequence of KnuthElements representing the content of the node assigned to the LM.
-