|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Block | |
---|---|
org.apache.fop.area | FOP's area tree. |
org.apache.fop.area.inline | FOP's area tree: inline-level areas |
org.apache.fop.layoutmgr | FOP's layout engine. |
org.apache.fop.render | Generic renderer interface. |
org.apache.fop.render.intermediate | |
org.apache.fop.render.pcl | PCL Renderer (Supports PCL5 and HP GL/2) |
org.apache.fop.render.pdf | PDF Renderer |
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 | |
---|---|
class |
BlockViewport
A BlockViewport. |
Methods in org.apache.fop.area that return Block | |
---|---|
Block |
BeforeFloat.getSeparator()
Get the separator area for this before float. |
Block |
Footnote.getSeparator()
Get the separator area for this footnote area. |
Methods in org.apache.fop.area with parameters of type Block | |
---|---|
void |
BlockParent.addBlock(Block block)
Add the block area to this block parent. |
void |
Block.addBlock(Block block)
Add the block to this block area. |
void |
NormalFlow.addBlock(Block block)
Add the block area to this block parent. |
void |
RegionReference.addBlock(Block block)
Add a block area to this region reference area. |
void |
Footnote.addBlock(Block child)
Add a block area as child to the footnote area |
void |
Block.addBlock(Block block,
boolean autoHeight)
Add the block to this block 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 Block | |
---|---|
protected Block |
InlineBlockParent.child
The list of inline areas added to this inline parent. |
Methods in org.apache.fop.area.inline that return Block | |
---|---|
Block |
InlineBlockParent.getChildArea()
Get the child areas for this inline parent. |
Methods in org.apache.fop.area.inline with parameters of type Block | |
---|---|
void |
Container.addBlock(Block block)
Add the block to this area. |
Uses of Block in org.apache.fop.layoutmgr |
---|
Methods in org.apache.fop.layoutmgr with parameters of type Block | |
---|---|
StaticContentLayoutManager |
LayoutManagerMaker.makeStaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent sc,
Block block)
Make a StaticContentLayoutManager object for a footnote-separator. |
StaticContentLayoutManager |
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 Block | |
---|---|
StaticContentLayoutManager(PageSequenceLayoutManager pslm,
StaticContent node,
Block block)
Creates a new StaticContentLayoutManager. |
Uses of Block in org.apache.fop.render |
---|
Methods in org.apache.fop.render with parameters of type Block | |
---|---|
protected void |
AbstractRenderer.handleBlockTraits(Block block)
Handle block traits. |
protected void |
AbstractPathOrientedRenderer.handleBlockTraits(Block block)
Handle block traits. |
protected void |
AbstractRenderer.renderBlock(Block block)
Renders a block area. |
protected void |
AbstractRenderer.renderBlocks(Block parent,
java.util.List blocks)
Renders a list of block areas. |
protected abstract void |
AbstractRenderer.renderReferenceArea(Block block)
Renders a block area that represents a reference area. |
protected void |
AbstractPathOrientedRenderer.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 | |
---|---|
protected void |
IFRenderer.renderBlock(Block block)
Renders a block area. |
Uses of Block in org.apache.fop.render.pcl |
---|
Methods in org.apache.fop.render.pcl with parameters of type Block | |
---|---|
protected void |
PCLRenderer.handleBlockTraits(Block block)
Handle block traits. |
protected void |
PCLRenderer.renderReferenceArea(Block block)
Renders a block area that represents a reference area. |
Uses of Block in org.apache.fop.render.pdf |
---|
Methods in org.apache.fop.render.pdf with parameters of type Block | |
---|---|
protected void |
PDFRenderer.renderBlock(Block block)
Renders a block area. |
protected void |
PDFRenderer.saveBlockPosIfTargetable(Block block)
If the given block area is a possible link target, its id + absolute position will be saved. |
Uses of Block in org.apache.fop.render.xml |
---|
Methods in org.apache.fop.render.xml with parameters of type Block | |
---|---|
protected void |
XMLRenderer.renderBlock(Block block)
Renders a block area. |
protected void |
XMLRenderer.renderReferenceArea(Block block)
Renders a block area that represents a reference area. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |