Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp |
An AFP Renderer implementation and supporting classes.
|
org.apache.fop.render.intermediate | |
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOffDocumentItem
Abstract base class for objects that are processed by the renderer outside
of the actual document.
|
class |
BookmarkData
An instance of this class is either a PDF bookmark-tree and
its child bookmark-items, or a bookmark-item and the child
child bookmark-items under it.
|
class |
DestinationData
An instance of this class is named destination from fox:destination
|
class |
OffDocumentExtensionAttachment
This class wraps ExtensionAttachments which cannot be transported inside the area tree but
need to be handled in the AreaTreeHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderPagesModel.handleOffDocumentItem(OffDocumentItem oDI)
Handle an OffDocumentItem
|
void |
AreaTreeModel.handleOffDocumentItem(OffDocumentItem ext)
Handle an OffDocumentItem
|
Modifier and Type | Method and Description |
---|---|
void |
Renderer.processOffDocumentItem(OffDocumentItem odi)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
void |
AbstractRenderer.processOffDocumentItem(OffDocumentItem odi)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
Modifier and Type | Method and Description |
---|---|
void |
AFPRenderer.processOffDocumentItem(OffDocumentItem odi)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
Modifier and Type | Method and Description |
---|---|
void |
IFRenderer.processOffDocumentItem(OffDocumentItem odi)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
Modifier and Type | Method and Description |
---|---|
void |
PDFRenderer.processOffDocumentItem(OffDocumentItem odi)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
Modifier and Type | Method and Description |
---|---|
void |
PSRenderer.processOffDocumentItem(OffDocumentItem oDI)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRenderer.processOffDocumentItem(OffDocumentItem oDI)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
void |
AbstractXMLRenderer.processOffDocumentItem(OffDocumentItem oDI)
Tells the renderer to process an item not explicitly placed on the
document (e.g., PDF bookmarks).
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.