Uses of Class
org.apache.fop.layoutmgr.AbstractLayoutManager
Packages that use AbstractLayoutManager
Package
Description
FOP's layout engine.
Layout managers for inline formatting objects and line building.
Layout managers for lists.
Layout managers for tables.
-
Uses of AbstractLayoutManager in org.apache.fop.layoutmgr
Subclasses of AbstractLayoutManager in org.apache.fop.layoutmgrModifier and TypeClassDescriptionclassAbstract base class for a page sequence layout manager.classLayoutManager for a block-container FO.classLayoutManager for a block FO.classBase LayoutManager class for all areas which stack their child areas in the block-progression direction, such as Flow, Block, ListBlock.classLayoutManager for an external-document extension element.classclassLayoutManager for an fo:flow object.classLayout manager for footnote bodies.classclassclassLayoutManager for a PageSequence.classclassA block-stacking layout manager for an FO that supports spaces, border and padding.classLayoutManager for an fo:flow object.Methods in org.apache.fop.layoutmgr with parameters of type AbstractLayoutManagerModifier and TypeMethodDescriptionstatic voidAreaAdditionUtil.addAreas(AbstractLayoutManager parentLM, PositionIterator parentIter, LayoutContext layoutContext) Creates the child areas for the given layout manager.static intBreakOpportunityHelper.getBreakBefore(AbstractLayoutManager layoutManager) Returns the break opportunity before the given layout manager. -
Uses of AbstractLayoutManager in org.apache.fop.layoutmgr.inline
Subclasses of AbstractLayoutManager in org.apache.fop.layoutmgr.inlineModifier and TypeClassDescriptionclassLayoutManager handling the common tasks for the fo:instream-foreign-object and fo:external-graphics formatting objectsclassLayoutManager for the fo:page-number-citation(-last) formatting objectclassLayoutManager for the fo:basic-link formatting objectclassLayout manager for fo:bidi-override.classLayoutManager for the fo:character formatting objectclassLayoutManager for the fo:external-graphic formatting objectclassclassLayout manager for fo:footnote.classThis creates a single inline container area after laying out the child block areas.classLayoutManager for objects which stack children in the inline direction, such as Inline or LineclassClass modelling the commonalities of layoutmanagers for objects which stack children in the inline direction, such as Inline or Line.classLayoutManager for the fo:instream-foreign-object formatting objectclassLayoutManager for the fo:leader formatting objectclassBase LayoutManager for leaf-node FObj, ie: ones which have no children.classLayoutManager for lines.classLayoutManager for the fo:page-number-citation-last formatting object.classLayoutManager for the fo:page-number-citation formatting object.classLayoutManager for the fo:page-number formatting objectclassLayoutManager for text (a sequence of characters) which generates one or more inline areas.classThis is the layout manager for the fo:wrapper formatting object. -
Uses of AbstractLayoutManager in org.apache.fop.layoutmgr.list
Subclasses of AbstractLayoutManager in org.apache.fop.layoutmgr.listModifier and TypeClassDescriptionclassLayoutManager for a list-block FO.classLayoutManager for a list-item-label or list-item-body FO.classLayoutManager for a list-item FO. -
Uses of AbstractLayoutManager in org.apache.fop.layoutmgr.table
Subclasses of AbstractLayoutManager in org.apache.fop.layoutmgr.tableModifier and TypeClassDescriptionclassLayoutManager for a table-and-caption FO.classLayoutManager for a table-caption FO.classLayoutManager for a table-cell FO.classLayoutManager for a table FO.