Uses of Class
org.apache.fop.area.Area
-
Packages that use Area Package Description org.apache.fop.area FOP's area tree.org.apache.fop.area.inline FOP's area tree: inline-level areasorg.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.org.apache.fop.render Generic renderer interface.org.apache.fop.render.awt AWT Renderer used for displaying rendered pages in Java applications.org.apache.fop.render.txt Plain Text Rendererorg.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of Area in org.apache.fop.area
Subclasses of Area in org.apache.fop.area Modifier and Type Class Description classBeforeFloatThe before-float-reference-area optionally generated by an fo:region-body.classBlockThis is the block area class.classBlockParentA BlockParent holds block-level areas.classBlockViewportA BlockViewport.classBodyRegionThis class is a container for the areas that may be generated by an fo:region-body.classFootnoteThe footnote-reference-area optionally generated by an fo:region-body.classLineAreaThe line area.classMainReferenceThe main-reference-area generated by an fo:region-body This object holds one or more span-reference-areas (block-areas stacked in the block progression direction) See fo:region-body definition in the XSL Rec for more information.classNormalFlowThe normal-flow-reference-area class.classRegionReferenceThis is a region reference area for a page regions.classRegionViewportRegion Viewport area.classSideFloatclassSpanThe span-reference-area.Fields in org.apache.fop.area with type parameters of type Area Modifier and Type Field Description protected java.util.List<Area>BlockParent. childrenThe children of this block parent area.Methods in org.apache.fop.area that return types with arguments of type Area Modifier and Type Method Description java.util.List<Area>RegionReference. getBlocks()Get the block in this region.Methods in org.apache.fop.area with parameters of type Area Modifier and Type Method Description voidArea. addChildArea(Area child)Add a child to this area.voidBlockParent. addChildArea(Area childArea)Add a child to this area.voidLineArea. addChildArea(Area childArea)Add a child area to this line area.voidRegionReference. addChildArea(Area child)Add a child to this area.Constructors in org.apache.fop.area with parameters of type Area Constructor Description LinkResolver(java.lang.String id, Area a)Create a new link resolver. -
Uses of Area in org.apache.fop.area.inline
Subclasses of Area in org.apache.fop.area.inline Modifier and Type Class Description classAbstractTextAreaAbstract base class for both TextArea and Character.classAnchorAnchor area for footnote or float.classBasicLinkAreaAn inline area produced by an fo:basic-link element.classContainerContainer area for inline container.classFilledAreaFilled area.classForeignObjectForeign object inline area.classImageImage area for external-graphic.classInlineAreaInline Area This area is for all inline areas that can be placed in a line area.classInlineBlockThis is the inline block area class.classInlineBlockParentInline block parent area.classInlineParentInline parent area.classInlineViewportInline viewport area.classLeaderThis is a leader inline area.classResolvedPageNumberAlways (pre-) resolved page number area.classSpaceInline space area.classSpaceAreaA spaceclassTextAreaA text inline area.classUnresolvedPageNumberUnresolvable page number area.classWordAreaA string of characters without spacesMethods in org.apache.fop.area.inline that return Area Modifier and Type Method Description AreaInlineViewport. getContent()Get the content area for this viewport.AreaInlineArea. getParentArea()Methods in org.apache.fop.area.inline with parameters of type Area Modifier and Type Method Description voidContainer. addChildArea(Area child)voidInlineArea. addChildArea(Area childArea)Set the parent for the child area.voidInlineBlockParent. addChildArea(Area childArea)Override generic Area method.voidInlineParent. addChildArea(Area c)voidInlineViewport. setContent(Area content)Sets the content area.voidBasicLinkArea. setParentArea(Area parentArea)voidInlineArea. setParentArea(Area parentArea)Constructors in org.apache.fop.area.inline with parameters of type Area Constructor Description InlineViewport(Area child)Create a new viewport area with the content area.InlineViewport(Area child, int bidiLevel)Create a new viewport area with the content area. -
Uses of Area in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr that return Area Modifier and Type Method Description AreaAbstractLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaBlockContainerLayoutManager. getParentArea(Area childArea)Get the parent area for children of this block container.AreaBlockLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaFlowLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaLayoutManager. getParentArea(Area childArea)Get the parent area for an area.AreaMultiCaseLayoutManager. getParentArea(Area childArea)AreaMultiSwitchLayoutManager. getParentArea(Area childArea)AreaStaticContentLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.Methods in org.apache.fop.layoutmgr with parameters of type Area Modifier and Type Method Description static voidTraitSetter. addBackground(Area area, CommonBorderPaddingBackground backProps, PercentBaseContext context)Add background to an area.static voidTraitSetter. addBackground(Area area, CommonBorderPaddingBackground backProps, PercentBaseContext context, int ipdShift, int bpdShift, int referenceIPD, int referenceBPD)Add background to an area.static voidTraitSetter. addBorders(Area area, CommonBorderPaddingBackground borderProps, boolean discardBefore, boolean discardAfter, boolean discardStart, boolean discardEnd, PercentBaseContext context)Add borders to an area.static voidTraitSetter. addBorders(Area area, CommonBorderPaddingBackground borderProps, PercentBaseContext context)Deprecated.Call the other addBorders() method and addPadding separately.static voidTraitSetter. addBreaks(Area area, int breakBefore, int breakAfter)Sets the traits for breaks on an area.voidAbstractLayoutManager. addChildArea(Area childArea)Add a child area to the current area.voidBlockContainerLayoutManager. addChildArea(Area childArea)Add the child to the block container.voidBlockLayoutManager. addChildArea(Area childArea)Add the childArea to the current area.voidBlockStackingLayoutManager. addChildArea(Area childArea)Add the childArea to the current area.voidFloatContentLayoutManager. addChildArea(Area childArea)voidFlowLayoutManager. addChildArea(Area childArea)Add child area to a the correct container, depending on its area class.voidFootnoteBodyLayoutManager. addChildArea(Area childArea)Add the childArea to the current area.voidLayoutManager. addChildArea(Area childArea)Add the area as a child of the current area.voidMultiCaseLayoutManager. addChildArea(Area childArea)voidMultiSwitchLayoutManager. addChildArea(Area childArea)voidStaticContentLayoutManager. addChildArea(Area childArea)Add child area to a the correct container, depending on its area class.protected voidBlockStackingLayoutManager. addChildToArea(Area childArea, BlockParent parentArea)Add the childArea to the passed area.static voidTraitSetter. addCollapsingBorders(Area area, CommonBorderPaddingBackground.BorderInfo borderBefore, CommonBorderPaddingBackground.BorderInfo borderAfter, CommonBorderPaddingBackground.BorderInfo borderStart, CommonBorderPaddingBackground.BorderInfo borderEnd, boolean[] outer)Add borders to an area for the collapsing border model in tables.static voidTraitSetter. addFontTraits(Area area, Font font)Adds font traits to an areastatic voidTraitSetter. addMargins(Area area, CommonBorderPaddingBackground bpProps, int startIndent, int endIndent, PercentBaseContext context)Add space to a block area.static voidTraitSetter. addMargins(Area area, CommonBorderPaddingBackground bpProps, CommonMarginBlock marginProps, PercentBaseContext context)Add space to a block area.static voidTraitSetter. addPadding(Area area, CommonBorderPaddingBackground bordProps, boolean discardBefore, boolean discardAfter, boolean discardStart, boolean discardEnd, PercentBaseContext context)Add padding to an area.static voidTraitSetter. addSpaceBeforeAfter(Area area, double adjust, MinOptMax spaceBefore, MinOptMax spaceAfter)Adds traits for space-before and space-after to an area.static voidTraitSetter. addStructureTreeElement(Area area, StructureTreeElement structureTreeElement)Sets the structure tree element associated to the given area.static voidTraitSetter. addTextDecoration(Area area, CommonTextDecoration deco)Adds the text-decoration traits to the area.AreaAbstractLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaBlockContainerLayoutManager. getParentArea(Area childArea)Get the parent area for children of this block container.AreaBlockLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaFlowLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaLayoutManager. getParentArea(Area childArea)Get the parent area for an area.AreaMultiCaseLayoutManager. getParentArea(Area childArea)AreaMultiSwitchLayoutManager. getParentArea(Area childArea)AreaStaticContentLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.static voidTraitSetter. setBorderPaddingTraits(Area area, CommonBorderPaddingBackground bpProps, boolean isNotFirst, boolean isNotLast, PercentBaseContext context)Sets border and padding traits on areas.static voidTraitSetter. setLayer(Area area, java.lang.String layer)Sets the optional content group layer as a trait on the area.static voidTraitSetter. setProducerID(Area area, java.lang.String id)Sets the producer's ID as a trait on the area.static voidTraitSetter. setVisibility(Area area, int visibility) -
Uses of Area in org.apache.fop.layoutmgr.inline
Methods in org.apache.fop.layoutmgr.inline that return Area Modifier and Type Method Description protected abstract AreaAbstractGraphicsLayoutManager. getChildArea()Returns the image of foreign object area to be put into the viewport.protected AreaExternalGraphicLayoutManager. getChildArea()Returns the image of foreign object area to be put into the viewport.protected AreaInstreamForeignObjectLM. getChildArea()Returns the image of foreign object area to be put into the viewport.protected AreaInlineStackingLayoutManager. getCurrentArea()Returns the current area.AreaContentLayoutManager. getParentArea(Area childArea)Get the parent area for an area.AreaInlineContainerLayoutManager. getParentArea(Area childArea)AreaLeafNodeLayoutManager. getParentArea(Area childArea)This is a leaf-node, so this method should never be called.Methods in org.apache.fop.layoutmgr.inline with parameters of type Area Modifier and Type Method Description voidContentLayoutManager. addChildArea(Area childArea)Add the area as a child of the current area.voidInlineContainerLayoutManager. addChildArea(Area childArea)voidInlineLayoutManager. addChildArea(Area childArea)Add a child area to the current area.voidLeafNodeLayoutManager. addChildArea(Area childArea)This is a leaf-node, so this method should never be called.voidLineLayoutManager. addChildArea(Area childArea)Add a child area to the current area.protected voidInlineStackingLayoutManager. addSpace(Area parentArea, MinOptMax spaceRange, double spaceAdjust)Adds a space to the area.AreaContentLayoutManager. getParentArea(Area childArea)Get the parent area for an area.AreaInlineContainerLayoutManager. getParentArea(Area childArea)AreaLeafNodeLayoutManager. getParentArea(Area childArea)This is a leaf-node, so this method should never be called.protected voidInlineStackingLayoutManager. setCurrentArea(Area area)Set the current area.Constructors in org.apache.fop.layoutmgr.inline with parameters of type Area Constructor Description ContentLayoutManager(Area area, LayoutManager parentLM)Constructs a new ContentLayoutManager -
Uses of Area in org.apache.fop.layoutmgr.list
Methods in org.apache.fop.layoutmgr.list that return Area Modifier and Type Method Description AreaListBlockLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaListItemContentLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaListItemLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.Methods in org.apache.fop.layoutmgr.list with parameters of type Area Modifier and Type Method Description voidListBlockLayoutManager. addChildArea(Area childArea)Add the child area to this layout manager.voidListItemContentLayoutManager. addChildArea(Area childArea)Add the child to the list item area.voidListItemLayoutManager. addChildArea(Area childArea)Add the child.AreaListBlockLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaListItemContentLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaListItemLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea. -
Uses of Area in org.apache.fop.layoutmgr.table
Methods in org.apache.fop.layoutmgr.table that return Area Modifier and Type Method Description AreaTableAndCaptionLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaTableCaptionLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaTableCellLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaTableLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.Methods in org.apache.fop.layoutmgr.table with parameters of type Area Modifier and Type Method Description voidTableAndCaptionLayoutManager. addChildArea(Area childArea)Add the child to the current area.voidTableCaptionLayoutManager. addChildArea(Area childArea)Add the child to the caption area.voidTableCellLayoutManager. addChildArea(Area childArea)Add the child to the cell block area.voidTableLayoutManager. addChildArea(Area childArea)Add the child area to this layout manager.AreaTableAndCaptionLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaTableCaptionLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaTableCellLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea.AreaTableLayoutManager. getParentArea(Area childArea)Return an Area which can contain the passed childArea. -
Uses of Area in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type Area Modifier and Type Method Description protected voidAbstractPathOrientedRenderer. drawBackAndBorders(Area area, float startx, float starty, float width, float height)Draw the background and borders.protected voidAbstractPathOrientedRenderer. drawBackAndBorders(Area backgroundArea, Area borderArea, float startx, float starty, float width, float height)Draw the background and borders.protected voidAbstractRenderer. drawChangeBars(Area area, java.util.List<ChangeBar> changeBarList)Draws all change bars associated with an area.protected FontPrintRenderer. getFontFromArea(Area area)Returns a Font object constructed based on the font traits in an areaprotected java.lang.StringPrintRenderer. getInternalFontNameForArea(Area area)Returns the internal font key for a font triplet coming from the area treeprotected voidAbstractRenderer. maybeEndLayer(Area area, boolean inNewLayer)protected booleanAbstractRenderer. maybeStartLayer(Area area) -
Uses of Area in org.apache.fop.render.awt
Methods in org.apache.fop.render.awt with parameters of type Area Modifier and Type Method Description protected voidAWTRenderer. drawBackAndBorders(Area area, float startx, float starty, float width, float height)Draws the background and borders and adds a basic debug view // TODO implement visual-debugging as standalone Draw the background and borders. -
Uses of Area in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt with parameters of type Area Modifier and Type Method Description protected voidTXTRenderer. drawBackAndBorders(Area area, float startx, float starty, float width, float height)Draw the background and borders. -
Uses of Area in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type Area Modifier and Type Method Description protected voidXMLRenderer. addAreaAttributes(Area area)Adds the general Area attributes.protected voidXMLRenderer. addTraitAttributes(Area area)Adds attributes from traits of an Area.
-