Uses of Class
org.apache.fop.area.Block
-
Packages that use Block 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.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.intermediate org.apache.fop.render.xml Area Tree XML Renderer. -
-
Uses of Block in org.apache.fop.area
Subclasses of Block in org.apache.fop.area Modifier and Type Class Description classBlockViewportA BlockViewport.classSideFloatFields in org.apache.fop.area declared as Block Modifier and Type Field Description private BlockBeforeFloat. separatorprivate BlockFootnote. separatorMethods in org.apache.fop.area that return Block Modifier and Type Method Description BlockBeforeFloat. getSeparator()Get the separator area for this before float.BlockFootnote. getSeparator()Get the separator area for this footnote area.Methods in org.apache.fop.area with parameters of type Block Modifier and Type Method Description voidBlock. addBlock(Block block)Add the block to this block area.voidBlock. addBlock(Block block, boolean autoHeight)Add the block to this block area.voidBlockParent. addBlock(Block block)Add the block area to this block parent.voidFootnote. addBlock(Block child)Add a block area as child to the footnote areavoidNormalFlow. addBlock(Block block)Add the block area to this block parent.voidRegionReference. addBlock(Block block)Add a block area to this region reference area.voidBeforeFloat. setSeparator(Block sep)Set the separator area for this before float.voidFootnote. setSeparator(Block sep)Set the separator area for this footnote. -
Uses of Block in org.apache.fop.area.inline
Fields in org.apache.fop.area.inline declared as Block Modifier and Type Field Description private BlockInlineBlock. blockprotected BlockInlineBlockParent. childThe list of inline areas added to this inline parent.Fields in org.apache.fop.area.inline with type parameters of type Block Modifier and Type Field Description protected java.util.List<Block>Container. blocksThe list of block areas stacked inside this containerMethods in org.apache.fop.area.inline that return Block Modifier and Type Method Description BlockInlineBlock. getBlock()BlockInlineBlockParent. getChildArea()Get the child areas for this inline parent.Methods in org.apache.fop.area.inline that return types with arguments of type Block Modifier and Type Method Description java.util.List<Block>Container. getBlocks()Get the block areas stacked inside this container area.Constructors in org.apache.fop.area.inline with parameters of type Block Constructor Description InlineBlock(Block block) -
Uses of Block in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as Block Modifier and Type Field Description private BlockBlockLayoutManager. curBlockAreaprivate BlockBlockContainerLayoutManager. referenceAreaprivate BlockPageBreaker. separatorAreaprivate BlockStaticContentLayoutManager. targetBlockMethods in org.apache.fop.layoutmgr with parameters of type Block Modifier and Type Method Description StaticContentLayoutManagerLayoutManagerMaker. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)Make a StaticContentLayoutManager object for a footnote-separator.StaticContentLayoutManagerLayoutManagerMapping. makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block)Make a StaticContentLayoutManager object for a footnote-separator.Constructors in org.apache.fop.layoutmgr with parameters of type Block Constructor Description StaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, Block block)Creates a new StaticContentLayoutManager. -
Uses of Block in org.apache.fop.layoutmgr.list
Fields in org.apache.fop.layoutmgr.list declared as Block Modifier and Type Field Description private BlockListBlockLayoutManager. curBlockAreaprivate BlockListItemContentLayoutManager. curBlockAreaprivate BlockListItemLayoutManager. curBlockArea -
Uses of Block in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as Block Modifier and Type Field Description private BlockTableLayoutManager.ColumnBackgroundInfo. backgroundAreaprivate BlockTableAndCaptionLayoutManager. curBlockAreaprivate BlockTableCaptionLayoutManager. curBlockAreaprivate BlockTableCellLayoutManager. curBlockAreaprivate BlockTableLayoutManager. curBlockAreaMethods in org.apache.fop.layoutmgr.table that return Block Modifier and Type Method Description private BlockTableCellLayoutManager. getBackgroundArea(int bpd, int borderBeforeWidth)Methods in org.apache.fop.layoutmgr.table with parameters of type Block Modifier and Type Method Description (package private) voidTableLayoutManager. addBackgroundArea(Block background)Adds the given area to this layout manager's area, without updating the used bpd.private voidTableCellLayoutManager. addBorder(Block[][] blocks, int i, int j, java.lang.Integer side, CommonBorderPaddingBackground.BorderInfo border, boolean outer, int level)private static voidTableCellLayoutManager. adjustBPD(Block block, int amount)private static voidTableCellLayoutManager. adjustIPD(Block block, int amount)private static voidTableCellLayoutManager. adjustXOffset(Block block, int amount)private static voidTableCellLayoutManager. adjustYOffset(Block block, int amount)private java.awt.PointOverPaintBorders. getEndMiddlePoint(Block block, int borderTrait, BorderProps startBps, BorderProps endBps, BorderProps beforeBps, BorderProps afterBps)private java.awt.PointOverPaintBorders. getStartMiddlePoint(Block block, int borderTrait, BorderProps startBps, BorderProps endBps, BorderProps beforeBps, BorderProps afterBps)(package private) voidTableLayoutManager. registerColumnBackgroundArea(TableColumn column, Block backgroundArea, int xShift)Registers the given area, that will be used to render the part of column background covered by a table-cell.(package private) voidRowPainter. registerPartBackgroundArea(Block backgroundArea)Registers the given area, that will be used to render the part of table-header/footer/body background covered by a table-cell.Method parameters in org.apache.fop.layoutmgr.table with type arguments of type Block Modifier and Type Method Description private voidOverPaintBorders. mergeBordersOfType(java.util.List<Block> newBlocks, java.util.List<?> childAreas, int[] borderTraits)Constructors in org.apache.fop.layoutmgr.table with parameters of type Block Constructor Description ColumnBackgroundInfo(TableColumn column, Block backgroundArea, int xShift)OverPaintBorders(Block curBlockArea) -
Uses of Block in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type Block Modifier and Type Method Description protected voidAbstractPathOrientedRenderer. handleBlockTraits(Block block)Handle block traits.protected voidAbstractRenderer. handleBlockTraits(Block block)Handle block traits.protected voidAbstractRenderer. renderBlock(Block block)Renders a block area.protected voidAbstractRenderer. renderBlocks(Block parent, java.util.List blocks)Renders a list of block areas.protected voidAbstractPathOrientedRenderer. renderReferenceArea(Block block)Renders a block area that represents a reference area.protected abstract voidAbstractRenderer. renderReferenceArea(Block block)Renders a block area that represents a reference area. -
Uses of Block in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type Block Modifier and Type Method Description protected voidIFRenderer. renderBlock(Block block)Renders a block area.private voidIFRenderer. saveBlockPosIfTargetable(Block block) -
Uses of Block in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type Block Modifier and Type Method Description protected voidXMLRenderer. renderBlock(Block block)Renders a block area.protected voidXMLRenderer. renderReferenceArea(Block block)Renders a block area that represents a reference area.
-