Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.intermediate | |
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
Modifier and Type | Field and Description |
---|---|
protected PageSequence |
AreaTreeModel.currentPageSequence
the current page sequence
|
Modifier and Type | Method and Description |
---|---|
PageSequence |
AreaTreeModel.getCurrentPageSequence()
Returns the currently active page-sequence.
|
PageSequence |
PageViewport.getPageSequence() |
Modifier and Type | Method and Description |
---|---|
void |
PageViewport.setPageSequence(PageSequence seq)
Sets the page sequence this page belongs to
|
void |
AreaTreeModel.startPageSequence(PageSequence pageSequence)
Start a page sequence on this model.
|
void |
RenderPagesModel.startPageSequence(PageSequence pageSequence)
Start a page sequence on this model.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRenderer.startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts.
|
void |
Renderer.startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts.
|
Modifier and Type | Method and Description |
---|---|
void |
IFRenderer.startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRenderer.startPageSequence(PageSequence pageSequence)
Tells the renderer that a new page sequence starts.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.