Uses of Class
org.apache.fop.layoutmgr.AbstractLayoutManager
-
Packages that use AbstractLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine.org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building.org.apache.fop.layoutmgr.list Layout managers for lists.org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of AbstractLayoutManager in org.apache.fop.layoutmgr
Subclasses of AbstractLayoutManager in org.apache.fop.layoutmgr Modifier and Type Class Description classAbstractPageSequenceLayoutManagerAbstract base class for a page sequence layout manager.classBlockContainerLayoutManagerLayoutManager for a block-container FO.classBlockLayoutManagerLayoutManager for a block FO.classBlockStackingLayoutManagerBase LayoutManager class for all areas which stack their child areas in the block-progression direction, such as Flow, Block, ListBlock.classExternalDocumentLayoutManagerLayoutManager for an external-document extension element.classFloatContentLayoutManagerclassFlowLayoutManagerLayoutManager for an fo:flow object.classFootnoteBodyLayoutManagerLayout manager for footnote bodies.classMultiCaseLayoutManagerclassMultiSwitchLayoutManagerclassPageSequenceLayoutManagerLayoutManager for a PageSequence.classRetrieveTableMarkerLayoutManagerclassSpacedBorderedPaddedBlockLayoutManagerA block-stacking layout manager for an FO that supports spaces, border and padding.classStaticContentLayoutManagerLayoutManager for an fo:flow object.Methods in org.apache.fop.layoutmgr with parameters of type AbstractLayoutManager Modifier and Type Method Description static 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.inline Modifier and Type Class Description classAbstractGraphicsLayoutManagerLayoutManager handling the common tasks for the fo:instream-foreign-object and fo:external-graphics formatting objectsclassAbstractPageNumberCitationLayoutManagerLayoutManager for the fo:page-number-citation(-last) formatting objectclassBasicLinkLayoutManagerLayoutManager for the fo:basic-link formatting objectclassBidiLayoutManagerLayout manager for fo:bidi-override.classCharacterLayoutManagerLayoutManager for the fo:character formatting objectclassExternalGraphicLayoutManagerLayoutManager for the fo:external-graphic formatting objectclassFloatLayoutManagerclassFootnoteLayoutManagerLayout manager for fo:footnote.classInlineContainerLayoutManagerThis creates a single inline container area after laying out the child block areas.classInlineLayoutManagerLayoutManager for objects which stack children in the inline direction, such as Inline or LineclassInlineStackingLayoutManagerClass modelling the commonalities of layoutmanagers for objects which stack children in the inline direction, such as Inline or Line.classInstreamForeignObjectLMLayoutManager for the fo:instream-foreign-object formatting objectclassLeaderLayoutManagerLayoutManager for the fo:leader formatting objectclassLeafNodeLayoutManagerBase LayoutManager for leaf-node FObj, ie: ones which have no children.classLineLayoutManagerLayoutManager for lines.classPageNumberCitationLastLayoutManagerLayoutManager for the fo:page-number-citation-last formatting object.classPageNumberCitationLayoutManagerLayoutManager for the fo:page-number-citation formatting object.classPageNumberLayoutManagerLayoutManager for the fo:page-number formatting objectclassTextLayoutManagerLayoutManager for text (a sequence of characters) which generates one or more inline areas.classWrapperLayoutManagerThis 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.list Modifier and Type Class Description classListBlockLayoutManagerLayoutManager for a list-block FO.classListItemContentLayoutManagerLayoutManager for a list-item-label or list-item-body FO.classListItemLayoutManagerLayoutManager for a list-item FO. -
Uses of AbstractLayoutManager in org.apache.fop.layoutmgr.table
Subclasses of AbstractLayoutManager in org.apache.fop.layoutmgr.table Modifier and Type Class Description classTableAndCaptionLayoutManagerLayoutManager for a table-and-caption FO.classTableCaptionLayoutManagerLayoutManager for a table-caption FO.classTableCellLayoutManagerLayoutManager for a table-cell FO.classTableLayoutManagerLayoutManager for a table FO.
-