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 class
AbstractPageSequenceLayoutManager
Abstract base class for a page sequence layout manager.class
BlockContainerLayoutManager
LayoutManager for a block-container FO.class
BlockLayoutManager
LayoutManager for a block FO.class
BlockStackingLayoutManager
Base LayoutManager class for all areas which stack their child areas in the block-progression direction, such as Flow, Block, ListBlock.class
ExternalDocumentLayoutManager
LayoutManager for an external-document extension element.class
FloatContentLayoutManager
class
FlowLayoutManager
LayoutManager for an fo:flow object.class
FootnoteBodyLayoutManager
Layout manager for footnote bodies.class
MultiCaseLayoutManager
class
MultiSwitchLayoutManager
class
PageSequenceLayoutManager
LayoutManager for a PageSequence.class
RetrieveTableMarkerLayoutManager
class
SpacedBorderedPaddedBlockLayoutManager
A block-stacking layout manager for an FO that supports spaces, border and padding.class
StaticContentLayoutManager
LayoutManager for an fo:flow object.Methods in org.apache.fop.layoutmgr with parameters of type AbstractLayoutManager Modifier and Type Method Description static void
AreaAdditionUtil. addAreas(AbstractLayoutManager parentLM, PositionIterator parentIter, LayoutContext layoutContext)
Creates the child areas for the given layout manager.static int
BreakOpportunityHelper. 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 class
AbstractGraphicsLayoutManager
LayoutManager handling the common tasks for the fo:instream-foreign-object and fo:external-graphics formatting objectsclass
AbstractPageNumberCitationLayoutManager
LayoutManager for the fo:page-number-citation(-last) formatting objectclass
BasicLinkLayoutManager
LayoutManager for the fo:basic-link formatting objectclass
BidiLayoutManager
Layout manager for fo:bidi-override.class
CharacterLayoutManager
LayoutManager for the fo:character formatting objectclass
ExternalGraphicLayoutManager
LayoutManager for the fo:external-graphic formatting objectclass
FloatLayoutManager
class
FootnoteLayoutManager
Layout manager for fo:footnote.class
InlineContainerLayoutManager
This creates a single inline container area after laying out the child block areas.class
InlineLayoutManager
LayoutManager for objects which stack children in the inline direction, such as Inline or Lineclass
InlineStackingLayoutManager
Class modelling the commonalities of layoutmanagers for objects which stack children in the inline direction, such as Inline or Line.class
InstreamForeignObjectLM
LayoutManager for the fo:instream-foreign-object formatting objectclass
LeaderLayoutManager
LayoutManager for the fo:leader formatting objectclass
LeafNodeLayoutManager
Base LayoutManager for leaf-node FObj, ie: ones which have no children.class
LineLayoutManager
LayoutManager for lines.class
PageNumberCitationLastLayoutManager
LayoutManager for the fo:page-number-citation-last formatting object.class
PageNumberCitationLayoutManager
LayoutManager for the fo:page-number-citation formatting object.class
PageNumberLayoutManager
LayoutManager for the fo:page-number formatting objectclass
TextLayoutManager
LayoutManager for text (a sequence of characters) which generates one or more inline areas.class
WrapperLayoutManager
This 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 class
ListBlockLayoutManager
LayoutManager for a list-block FO.class
ListItemContentLayoutManager
LayoutManager for a list-item-label or list-item-body FO.class
ListItemLayoutManager
LayoutManager 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 class
TableAndCaptionLayoutManager
LayoutManager for a table-and-caption FO.class
TableCaptionLayoutManager
LayoutManager for a table-caption FO.class
TableCellLayoutManager
LayoutManager for a table-cell FO.class
TableLayoutManager
LayoutManager for a table FO.
-