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 classAbstractBreaker.FloatPositionstatic classAbstractBreaker.PageBreakPositionA 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 classLineLayoutManager.LineBreakPositionPrivate 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.ListLineLayoutManager. getNextKnuthElements(LayoutContext context, int alignment, LeafPosition restartPosition)Get a sequence of KnuthElements representing the content of the node assigned to the LM.
-