Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.cli |
This package contains the command-line client for Apache FOP.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.expr |
Classes for XSL expressions and functions.
|
org.apache.fop.fo.extensions |
Base classes for implementing extensions to XSL-FO.
|
org.apache.fop.fo.extensions.destination |
Classes to support named destinations (only relevant for PDF output)
|
org.apache.fop.fo.extensions.svg |
SVG extension classes which handle elements from the SVG namespace.
|
org.apache.fop.fo.flow |
All the block- and inline-level flow formatting objects.
|
org.apache.fop.fo.flow.table | |
org.apache.fop.fo.pagination |
All the pagination and declaration formatting objects.
|
org.apache.fop.fo.pagination.bookmarks |
Formatting objects for bookmarks as defined since XSL 1.1.
|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp | |
org.apache.fop.render.afp.extensions | |
org.apache.fop.render.awt |
AWT Renderer used for displaying rendered pages in Java applications.
|
org.apache.fop.render.awt.viewer |
AWT Viewer PreviewDialog and PreviewPanel.
|
org.apache.fop.render.bitmap |
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.ps.extensions |
Extensions specific to the PostScript Renderer.
|
org.apache.fop.render.txt |
Plain Text Renderer
|
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
org.apache.fop.servlet |
This package contains two sample FOP servlets.
|
org.apache.fop.util |
Various utility classes (I/O, codecs, color support, service discovers etc.).
|
Modifier and Type | Method and Description |
---|---|
void |
FopFactoryConfigurator.configure(FopFactory factory)
Initializes user agent settings from the user configuration
file, if present: baseURL, resolution, default page size,...
|
org.xml.sax.helpers.DefaultHandler |
Fop.getDefaultHandler()
Returns the DefaultHandler object that will receive the SAX stream containing the
FO document to be rendered.
|
Fop |
FopFactory.newFop(FOUserAgent userAgent)
Returns a new
Fop instance. |
Fop |
FopFactory.newFop(java.lang.String outputFormat)
Returns a new
Fop instance. |
Fop |
FopFactory.newFop(java.lang.String outputFormat,
FOUserAgent userAgent)
Returns a new
Fop instance. |
Fop |
FopFactory.newFop(java.lang.String outputFormat,
FOUserAgent userAgent,
java.io.OutputStream stream)
Returns a new
Fop instance. |
Fop |
FopFactory.newFop(java.lang.String outputFormat,
java.io.OutputStream stream)
Returns a new
Fop instance. |
void |
FopFactoryConfigurator.setUserConfig(org.apache.avalon.framework.configuration.Configuration cfg)
Set the user configuration.
|
void |
FopFactory.setUserConfig(org.apache.avalon.framework.configuration.Configuration userConfig)
Set the user configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AreaTreeHandler.setupModel(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream stream)
Sets up the AreaTreeModel instance for use by the AreaTreeHandler.
|
Constructor and Description |
---|
AreaTreeHandler(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream stream)
Constructor.
|
CachedRenderPagesModel(FOUserAgent userAgent,
java.lang.String outputFormat,
FontInfo fontInfo,
java.io.OutputStream stream)
Main Constructor
|
RenderPagesModel(FOUserAgent userAgent,
java.lang.String outputFormat,
FontInfo fontInfo,
java.io.OutputStream stream)
Create a new render pages model with the given renderer.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
CommandLineOptions.getOutputFormat() |
void |
CommandLineOptions.parse(java.lang.String[] args)
Parse the command line arguments.
|
void |
InputHandler.renderTo(FOUserAgent userAgent,
java.lang.String outputFormat)
Renders the pre-setup document.
|
void |
InputHandler.renderTo(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out)
Generate a document, given an initialized Fop object
|
void |
AreaTreeInputHandler.renderTo(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out)
Generate a document, given an initialized Fop object
|
void |
InputHandler.transformTo(java.io.OutputStream out)
In contrast to render(Fop) this method only performs the XSLT stage and saves the
intermediate XSL-FO file to the output file.
|
protected void |
InputHandler.transformTo(javax.xml.transform.Result result)
Transforms the input document to the input format expected by FOP using XSLT.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidationException
Exception thrown during FO tree validation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FObjMixed.addCharacters(char[] data,
int start,
int end,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters (does nothing here)
|
protected void |
FOText.addCharacters(char[] data,
int start,
int end,
PropertyList list,
org.xml.sax.Locator locator)
Adds characters (does nothing here)
|
protected void |
FONode.addCharacters(char[] data,
int start,
int end,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters (does nothing here)
|
protected void |
FObjMixed.addChildNode(FONode child)
Adds a node as a child of this node.
|
protected void |
FObj.addChildNode(FONode child)
Adds a node as a child of this node.
|
protected void |
FONode.addChildNode(FONode child)
Adds a node as a child of this node.
|
protected static void |
FObj.addChildTo(FONode child,
FObj parent)
Used by RetrieveMarker during Marker-subtree cloning
|
void |
FObj.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
FOText.bind(PropertyList pList)
Bind the given
PropertyList to this node
Does nothing by default. |
void |
FONode.bind(PropertyList propertyList)
Bind the given
PropertyList to this node
Does nothing by default. |
FONode |
FObj.clone(FONode parent,
boolean removeChildren)
Perform a shallow cloning operation,
set its parent, and optionally clean the list of child nodes
|
FONode |
FOText.clone(FONode parent,
boolean removeChildren)
Perform a shallow cloning operation,
set its parent, and optionally clean the list of child nodes
|
FONode |
FONode.clone(FONode cloneparent,
boolean removeChildren)
Perform a shallow cloning operation,
set its parent, and optionally clean the list of child nodes
|
protected PropertyList |
FObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
protected PropertyList |
FONode.createPropertyList(PropertyList pList,
FOEventHandler foEventHandler)
Create a property list for this node.
|
protected void |
FObjMixed.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
FOText.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
FONode.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
ElementMapping.Maker |
ElementMappingRegistry.findFOMaker(java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Locator locator)
Finds the Maker used to create node objects of a particular type
|
protected void |
FObjMixed.flushText()
Adds accumulated text as one FOText instance, unless
the one instance's char array contains more than
Short.MAX_VALUE characters.
|
void |
XMLObj.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList propertyList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
void |
FObj.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
void |
FONode.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
protected void |
FObj.startOfNode()
Called after processNode() is called.
|
protected void |
FONode.startOfNode()
Called after processNode() is called.
|
Constructor and Description |
---|
FOTreeBuilder(java.lang.String outputFormat,
FOUserAgent foUserAgent,
java.io.OutputStream stream)
FOTreeBuilder constructor |
Modifier and Type | Class and Description |
---|---|
class |
PropertyException
Class for managing exceptions that are raised in Property processing.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalDocument.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
protected PropertyList |
ExtensionObj.createPropertyList(PropertyList parent,
FOEventHandler foEventHandler)
Create a default property list for this element.
|
protected void |
ExternalDocument.endOfNode() |
void |
ExtensionObj.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
protected void |
ExternalDocument.startOfNode() |
Modifier and Type | Method and Description |
---|---|
protected void |
Destination.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
Destination.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
Modifier and Type | Method and Description |
---|---|
void |
SVGElement.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList propertyList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Wrapper.addCharacters(char[] data,
int start,
int end,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters (does nothing here)
|
protected void |
InstreamForeignObject.addChildNode(FONode child)
Adds a node as a child of this node.
|
void |
RetrieveMarker.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageNumber.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiToggle.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiSwitch.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiPropertySet.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
MultiCase.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Marker.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ListItem.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ListBlock.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Leader.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
InlineLevel.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
InlineContainer.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Inline.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
InitialPropertySet.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
FootnoteBody.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Footnote.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Float.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ExternalGraphic.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Character.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BlockContainer.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Block.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BidiOverride.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
BasicLink.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractPageNumberCitation.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractListItemPart.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractGraphics.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
protected void |
PageNumberCitationLast.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
PageNumberCitation.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
PageNumber.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
MultiSwitch.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
MultiProperties.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
Marker.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
ListItemLabel.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
ListItemBody.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
ListItem.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
ListBlock.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
InstreamForeignObject.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
InlineContainer.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
Inline.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
FootnoteBody.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
Footnote.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
Float.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
BlockContainer.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
Block.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
BasicLink.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
AbstractListItemPart.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
AbstractPageNumberCitation.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
protected void |
PageNumberCitationLast.startOfNode()
Called after processNode() is called.
|
protected void |
PageNumberCitation.startOfNode()
Called after processNode() is called.
|
protected void |
PageNumber.startOfNode()
Called after processNode() is called.
|
protected void |
ListItemLabel.startOfNode()
Called after processNode() is called.
|
protected void |
ListItemBody.startOfNode()
Called after processNode() is called.
|
protected void |
ListItem.startOfNode()
Called after processNode() is called.
|
protected void |
ListBlock.startOfNode()
Called after processNode() is called.
|
protected void |
Inline.startOfNode()
Called after processNode() is called.
|
protected void |
FootnoteBody.startOfNode()
Called after processNode() is called.
|
protected void |
Footnote.startOfNode()
Called after processNode() is called.
|
protected void |
ExternalGraphic.startOfNode()
Called after processNode() is called.
|
protected void |
Character.startOfNode()
Called after processNode() is called.
|
protected void |
BlockContainer.startOfNode()
Called after processNode() is called.
|
protected void |
Block.startOfNode()
Called after processNode() is called.
|
protected void |
BasicLink.startOfNode()
Called after processNode() is called.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TableRow.addChildNode(FONode child)
Adds a node as a child of this node.
|
protected void |
TableBody.addChildNode(FONode child)
Adds a node as a child of this node.
|
protected void |
Table.addChildNode(FONode child)
Adds a node as a child of this node.
|
protected void |
TableCellContainer.addTableCellChild(TableCell cell,
boolean firstRow) |
void |
TableRow.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableFObj.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableColumn.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableCell.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableCaption.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
TableBody.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Table.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
FONode |
Table.clone(FONode parent,
boolean removeChildren)
Perform a shallow cloning operation,
set its parent, and optionally clean the list of child nodes
|
void |
TableRow.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableHeader.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableFooter.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableFObj.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableColumn.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableCell.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
TableCaption.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableBody.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
TableAndCaption.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
void |
Table.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
TableRow.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
void |
TableBody.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList pList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
void |
TableRow.startOfNode()
Called after processNode() is called.
|
void |
TableHeader.startOfNode()
Called after processNode() is called.
|
void |
TableFooter.startOfNode()
Called after processNode() is called.
|
void |
TableFObj.startOfNode()
Called after processNode() is called.
|
void |
TableColumn.startOfNode()
Called after processNode() is called.
|
void |
TableCell.startOfNode()
Called after processNode() is called.
|
void |
TableBody.startOfNode()
Called after processNode() is called.
|
void |
Table.startOfNode()
Called after processNode() is called.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimplePageMaster.addChildNode(FONode child)
Adds a node as a child of this node.
|
void |
PageSequence.addChildNode(FONode child)
Adds a node as a child of this node.
|
void |
SinglePageMasterReference.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
SimplePageMaster.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
SideRegion.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Root.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RepeatablePageMasterReference.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RepeatablePageMasterAlternatives.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RegionSE.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RegionBody.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
RegionBA.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Region.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageSequenceWrapper.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageSequenceMaster.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
PageSequence.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
LayoutMasterSet.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Flow.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
Declarations.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ConditionalPageMasterReference.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
ColorProfile.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
void |
AbstractPageSequence.bind(PropertyList pList) |
protected void |
StaticContent.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
SimplePageMaster.endOfNode()
Make sure content model satisfied.
|
protected void |
Root.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
RepeatablePageMasterAlternatives.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
PageSequenceMaster.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
PageSequence.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
LayoutMasterSet.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
Flow.endOfNode()
Make sure content model satisfied, if so then tell the
FOEventHandler that we are at the end of the flow.
|
protected void |
Declarations.endOfNode()
At the end of this element sort out the children into
a hashmap of color profiles and a list of extension attachments.
|
protected void |
AbstractPageSequence.endOfNode() |
java.lang.String |
SubSequenceSpecifier.getNextPageMasterName(boolean isOddPage,
boolean isFirstPage,
boolean isLastPage,
boolean isOnlyPage,
boolean isBlankPage)
Returns the name of the next page master.
|
SimplePageMaster |
PageSequenceMaster.getNextSimplePageMaster(boolean isOddPage,
boolean isFirstPage,
boolean isLastPage,
boolean isOnlyPage,
boolean isBlankPage)
Returns the next simple-page-master.
|
SimplePageMaster |
PageSequence.getNextSimplePageMaster(int page,
boolean isFirstPage,
boolean isLastPage,
boolean isOnlyPage,
boolean isBlank)
Public accessor for determining the next page master to use within this page sequence.
|
protected void |
StaticContent.startOfNode()
Called after processNode() is called.
|
protected void |
SinglePageMasterReference.startOfNode()
Called after processNode() is called.
|
protected void |
SimplePageMaster.startOfNode()
Called after processNode() is called.
|
protected void |
RepeatablePageMasterReference.startOfNode()
Called after processNode() is called.
|
protected void |
RepeatablePageMasterAlternatives.startOfNode()
Called after processNode() is called.
|
protected void |
PageSequenceMaster.startOfNode()
Called after processNode() is called.
|
protected void |
PageSequence.startOfNode()
Called after processNode() is called.
|
protected void |
LayoutMasterSet.startOfNode()
Called after processNode() is called.
|
protected void |
Flow.startOfNode()
Called after processNode() is called.
|
protected void |
ConditionalPageMasterReference.startOfNode()
Called after processNode() is called.
|
protected void |
AbstractPageSequence.startOfNode() |
Modifier and Type | Method and Description |
---|---|
void |
Bookmark.bind(PropertyList pList)
Bind property values from the property list to the FO node.
|
protected void |
BookmarkTree.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
Bookmark.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
Modifier and Type | Method and Description |
---|---|
void |
FontCache.save()
Writes the font cache to disk.
|
void |
FontCache.saveTo(java.io.File cacheFile)
Writes the font cache to disk.
|
Constructor and Description |
---|
FontReader(org.xml.sax.InputSource source)
Construct a FontReader object from a path to a metric.xml file
and read metric data
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
PrintRendererConfigurator.buildFontListFromConfiguration(org.apache.avalon.framework.configuration.Configuration cfg,
java.lang.String fontBaseURL,
FontResolver fontResolver,
boolean strict,
FontCache fontCache)
Builds a list of EmbedFontInfo objects for use with the setup() method.
|
void |
RendererConfigurator.configure(Renderer renderer)
Configures a renderer
|
void |
PrintRendererConfigurator.configure(Renderer renderer)
Builds a list of EmbedFontInfo objects for use with the setup() method.
|
void |
XMLHandlerConfigurator.configure(RendererContext context,
java.lang.String ns)
Configures renderer context by setting the handler configuration on it.
|
FOEventHandler |
RendererFactory.createFOEventHandler(FOUserAgent userAgent,
java.lang.String outputFormat,
java.io.OutputStream out)
Creates FOEventHandler instances based on the desired output.
|
Renderer |
RendererFactory.createRenderer(FOUserAgent userAgent,
java.lang.String outputFormat)
Creates a Renderer object based on render-type desired
|
static EmbedFontInfo |
PrintRendererConfigurator.getFontInfoFromConfiguration(org.apache.avalon.framework.configuration.Configuration fontCfg,
FontResolver fontResolver,
boolean strict,
FontCache fontCache)
Returns a font info from a font node Configuration definition
|
abstract FOEventHandler |
AbstractFOEventHandlerMaker.makeFOEventHandler(FOUserAgent ua,
java.io.OutputStream out)
Instantiates a new FOEventHandler.
|
void |
Renderer.renderPage(PageViewport page)
Tells the renderer to render a particular page.
|
void |
AbstractRenderer.renderPage(PageViewport page)
Tells the renderer to render a particular page.
|
Modifier and Type | Method and Description |
---|---|
void |
AFPRendererConfigurator.configure(Renderer renderer)
Configure the AFP renderer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAFPExtensionObject.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
void |
AbstractAFPExtensionObject.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList propertyList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
protected void |
AFPPageSetupElement.startOfNode()
Called after processNode() is called.
|
protected void |
AFPElement.startOfNode()
Called after processNode() is called.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Dimension |
AWTRenderer.getPageImageSize(int pageNum) |
Modifier and Type | Method and Description |
---|---|
double |
PreviewPanel.getScaleToFit(double viewWidth,
double viewHeight)
Returns the scale factor required in order to fit either the current page or
two adjacent pages within a window of the given height and width, depending
on the display mode.
|
double |
PreviewPanel.getScaleToFitWidth()
As getScaleToFitWindow, but ignoring the Y axis.
|
double |
PreviewPanel.getScaleToFitWindow()
Returns the scale factor required in order to fit either the current
page within the current window or to fit two adjacent pages within
the display if the displaymode is continuous.
|
void |
Renderable.renderTo(FOUserAgent userAgent,
java.lang.String outputFormat)
Renders the pre-setup document.
|
Modifier and Type | Method and Description |
---|---|
void |
TIFFRendererConfigurator.configure(Renderer renderer)
Configure the TIFF renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
Java2DRendererConfigurator.configure(Renderer renderer)
Configure the Java 2D renderer.
|
java.awt.image.BufferedImage |
Java2DRenderer.getPageImage(int pageNum)
Generates a desired page from the renderer's page viewport list.
|
PageViewport |
Java2DRenderer.getPageViewport(int pageNum)
Returns a page viewport.
|
Modifier and Type | Method and Description |
---|---|
void |
PCLRendererConfigurator.configure(Renderer renderer)
Configure the PCL renderer.
|
void |
PCLRenderer.renderPage(PageViewport page)
Tells the renderer to render a particular page.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFRendererConfigurator.configure(Renderer renderer)
Configure the PDF renderer.
|
void |
PDFRenderer.renderPage(PageViewport page)
This method creates a pdf stream for the current page
uses it as the contents of a new page.
|
Modifier and Type | Method and Description |
---|---|
void |
PSRendererConfigurator.configure(Renderer renderer)
Configure the PS renderer.
|
void |
PSRenderer.renderPage(PageViewport page)
Tells the renderer to render a particular page.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPSExtensionObject.endOfNode()
Primarily used for making final content model validation checks
and/or informing the FOEventHandler that the end of this FO
has been reached.
|
protected void |
AbstractPSExtensionElement.endOfNode() |
void |
PSSetPageDeviceElement.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList propertyList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
void |
AbstractPSExtensionObject.processNode(java.lang.String elementName,
org.xml.sax.Locator locator,
org.xml.sax.Attributes attlist,
PropertyList propertyList)
Initialize the node with its name, location information, and attributes
The attributes must be used immediately as the sax attributes
will be altered for the next element.
|
protected void |
PSSetupCodeElement.startOfNode()
Called after processNode() is called.
|
protected void |
PSSetPageDeviceElement.startOfNode()
Called after processNode() is called.
|
protected void |
PSPageSetupCodeElement.startOfNode()
Called after processNode() is called.
|
protected void |
AbstractPSCommentElement.startOfNode() |
Modifier and Type | Method and Description |
---|---|
void |
TXTRendererConfigurator.configure(Renderer renderer)
Configure the PS renderer.
|
void |
TXTRenderer.renderPage(PageViewport page)
Tells the renderer to render a particular page.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRenderer.renderPage(PageViewport page)
Tells the renderer to render a particular page.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FopServlet.render(javax.xml.transform.Source src,
javax.xml.transform.Transformer transformer,
javax.servlet.http.HttpServletResponse response)
Renders an input file (XML or XSL-FO) into a PDF file.
|
protected void |
FopPrintServlet.render(javax.xml.transform.Source src,
javax.xml.transform.Transformer transformer,
javax.servlet.http.HttpServletResponse response)
Renders an input file (XML or XSL-FO) into a PDF file.
|
protected void |
FopServlet.renderFO(java.lang.String fo,
javax.servlet.http.HttpServletResponse response)
Renders an XSL-FO file into a PDF file.
|
protected void |
FopServlet.renderXML(java.lang.String xml,
java.lang.String xslt,
javax.servlet.http.HttpServletResponse response)
Renders an XML file into a PDF file by applying a stylesheet
that converts the XML to XSL-FO.
|
Modifier and Type | Method and Description |
---|---|
static void |
LogUtil.handleError(org.apache.commons.logging.Log log,
java.lang.String errorStr,
boolean strict)
Convenience method that handles any error appropriately
|
static void |
LogUtil.handleException(org.apache.commons.logging.Log log,
java.lang.Exception e,
boolean strict)
Convenience method that handles any error appropriately
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.