Uses of Class
org.apache.fop.area.Block
Packages that use Block
Package
Description
FOP's area tree.
FOP's area tree: inline-level areas
FOP's layout engine.
Layout managers for tables.
Generic renderer interface.
Area Tree XML Renderer.
-
Uses of Block in org.apache.fop.area
Subclasses of Block in org.apache.fop.areaMethods in org.apache.fop.area that return BlockModifier and TypeMethodDescriptionBeforeFloat.getSeparator()Get the separator area for this before float.Footnote.getSeparator()Get the separator area for this footnote area.Methods in org.apache.fop.area with parameters of type BlockModifier and TypeMethodDescriptionvoidAdd the block to this block area.voidAdd the block to this block area.voidAdd the block area to this block parent.voidAdd a block area as child to the footnote areavoidAdd the block area to this block parent.voidAdd 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 BlockModifier and TypeFieldDescriptionprotected BlockInlineBlockParent.childThe list of inline areas added to this inline parent.Fields in org.apache.fop.area.inline with type parameters of type BlockModifier and TypeFieldDescriptionContainer.blocksThe list of block areas stacked inside this containerMethods in org.apache.fop.area.inline that return BlockModifier and TypeMethodDescriptionInlineBlock.getBlock()InlineBlockParent.getChildArea()Get the child areas for this inline parent.Methods in org.apache.fop.area.inline that return types with arguments of type BlockModifier and TypeMethodDescriptionContainer.getBlocks()Get the block areas stacked inside this container area.Constructors in org.apache.fop.area.inline with parameters of type Block -
Uses of Block in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type BlockModifier and TypeMethodDescriptionLayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent sc, Block block) Make a StaticContentLayoutManager object for a footnote-separator.LayoutManagerMapping.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 BlockModifierConstructorDescriptionStaticContentLayoutManager(PageSequenceLayoutManager pslm, StaticContent node, Block block) Creates a new StaticContentLayoutManager. -
Uses of Block in org.apache.fop.layoutmgr.table
Constructors in org.apache.fop.layoutmgr.table with parameters of type Block -
Uses of Block in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type BlockModifier and TypeMethodDescriptionprotected 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, 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 BlockModifier and TypeMethodDescriptionprotected voidIFRenderer.renderBlock(Block block) Renders a block area. -
Uses of Block in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type BlockModifier and TypeMethodDescriptionprotected voidXMLRenderer.renderBlock(Block block) Renders a block area.protected voidXMLRenderer.renderReferenceArea(Block block) Renders a block area that represents a reference area.