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 lists.
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.areaFields in org.apache.fop.area declared as BlockModifier and TypeFieldDescriptionprivate Block
BeforeFloat.separator
private Block
Footnote.separator
Methods 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 TypeMethodDescriptionvoid
Add the block to this block area.void
Add the block to this block area.void
Add the block area to this block parent.void
Add a block area as child to the footnote areavoid
Add the block area to this block parent.void
Add a block area to this region reference area.void
BeforeFloat.setSeparator
(Block sep) Set the separator area for this before float.void
Footnote.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 TypeFieldDescriptionprivate final Block
InlineBlock.block
protected Block
InlineBlockParent.child
The list of inline areas added to this inline parent.Fields in org.apache.fop.area.inline with type parameters of type BlockModifier and TypeFieldDescriptionContainer.blocks
The 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
Fields in org.apache.fop.layoutmgr declared as BlockModifier and TypeFieldDescriptionprivate Block
BlockLayoutManager.curBlockArea
private Block
BlockContainerLayoutManager.referenceArea
private Block
PageBreaker.separatorArea
private Block
StaticContentLayoutManager.targetBlock
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.list
Fields in org.apache.fop.layoutmgr.list declared as BlockModifier and TypeFieldDescriptionprivate Block
ListBlockLayoutManager.curBlockArea
private Block
ListItemContentLayoutManager.curBlockArea
private Block
ListItemLayoutManager.curBlockArea
-
Uses of Block in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as BlockModifier and TypeFieldDescriptionprivate Block
TableLayoutManager.ColumnBackgroundInfo.backgroundArea
private Block
TableAndCaptionLayoutManager.curBlockArea
private Block
TableCaptionLayoutManager.curBlockArea
private Block
TableCellLayoutManager.curBlockArea
private Block
TableLayoutManager.curBlockArea
Methods in org.apache.fop.layoutmgr.table that return BlockModifier and TypeMethodDescriptionprivate Block
TableCellLayoutManager.getBackgroundArea
(int bpd, int borderBeforeWidth) Methods in org.apache.fop.layoutmgr.table with parameters of type BlockModifier and TypeMethodDescription(package private) void
TableLayoutManager.addBackgroundArea
(Block background) Adds the given area to this layout manager's area, without updating the used bpd.private void
TableCellLayoutManager.addBorder
(Block[][] blocks, int i, int j, Integer side, CommonBorderPaddingBackground.BorderInfo border, boolean outer, int level) private static void
private static void
private static void
TableCellLayoutManager.adjustXOffset
(Block block, int amount) private static void
TableCellLayoutManager.adjustYOffset
(Block block, int amount) private Point
OverPaintBorders.getEndMiddlePoint
(Block block, int borderTrait, BorderProps startBps, BorderProps endBps, BorderProps beforeBps, BorderProps afterBps) private Point
OverPaintBorders.getStartMiddlePoint
(Block block, int borderTrait, BorderProps startBps, BorderProps endBps, BorderProps beforeBps, BorderProps afterBps) (package private) void
TableLayoutManager.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) void
RowPainter.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 BlockModifier and TypeMethodDescriptionprivate void
OverPaintBorders.mergeBordersOfType
(List<Block> newBlocks, List<?> childAreas, int[] borderTraits) Constructors in org.apache.fop.layoutmgr.table with parameters of type BlockModifierConstructorDescriptionprivate
ColumnBackgroundInfo
(TableColumn column, Block backgroundArea, int xShift) protected
OverPaintBorders
(Block curBlockArea) -
Uses of Block in org.apache.fop.render
Methods in org.apache.fop.render with parameters of type BlockModifier and TypeMethodDescriptionprotected void
AbstractPathOrientedRenderer.handleBlockTraits
(Block block) Handle block traits.protected void
AbstractRenderer.handleBlockTraits
(Block block) Handle block traits.protected void
AbstractRenderer.renderBlock
(Block block) Renders a block area.protected void
AbstractRenderer.renderBlocks
(Block parent, List blocks) Renders a list of block areas.protected void
AbstractPathOrientedRenderer.renderReferenceArea
(Block block) Renders a block area that represents a reference area.protected abstract void
AbstractRenderer.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 void
IFRenderer.renderBlock
(Block block) Renders a block area.private void
IFRenderer.saveBlockPosIfTargetable
(Block block) -
Uses of Block in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml with parameters of type BlockModifier and TypeMethodDescriptionprotected void
XMLRenderer.renderBlock
(Block block) Renders a block area.protected void
XMLRenderer.renderReferenceArea
(Block block) Renders a block area that represents a reference area.