Uses of Class
org.apache.fop.apps.FOPException
-
Packages that use FOPException 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.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.fonts.substitute Font substitution facilities.org.apache.fop.render Generic renderer interface.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.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.intermediate 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 Rendererorg.apache.fop.render.pdf.extensions org.apache.fop.render.print Renderer which prints rendered pages directly to a printer.org.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.ps.extensions Extensions specific to the PostScript Renderer.org.apache.fop.render.rtf RTF (Rich Text Format) Output Supportorg.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents.org.apache.fop.render.svg SVG (Structured Vector Graphics) Rendererorg.apache.fop.render.txt Plain Text Rendererorg.apache.fop.render.xml Area Tree XML Renderer.org.apache.fop.servlet This package contains two sample FOP servlets.org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik.org.apache.fop.tools.anttasks FOP-related tasks for Apache Ant.org.apache.fop.tools.fontlist org.apache.fop.util Various utility classes (I/O, codecs, color support, service discovers etc.). -
-
Uses of FOPException in org.apache.fop.apps
Methods in org.apache.fop.apps that throw FOPException Modifier and Type Method Description private voidFopConfParser. configure(java.net.URI baseURI, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, Configuration cfg)private voidFopConfParser. configureImageLoading(Configuration parent, boolean strict)private voidFop. createDefaultHandler()Creates a DefaultHandler object used to generate the document.org.xml.sax.helpers.DefaultHandlerFop. getDefaultHandler()Returns the DefaultHandler object that will receive the SAX stream containing the FO document to be rendered.(package private) RendererConfigFopFactory. getRendererConfig(FOUserAgent userAgent, Configuration cfg, RendererConfig.RendererConfigParser configCreator)Returns the renderer configuration object for a specific renderer given the parser and configuration to read.RendererConfigFOUserAgent. getRendererConfig(java.lang.String mimeType, RendererConfig.RendererConfigParser configCreator)Returns the renderer configuration object for a particular MIME type.FopFopFactory. newFop(java.lang.String outputFormat)Returns a newFopinstance.FopFopFactory. newFop(java.lang.String outputFormat, java.io.OutputStream stream)Returns a newFopinstance.FopFopFactory. newFop(java.lang.String outputFormat, FOUserAgent userAgent)Returns a newFopinstance.FopFopFactory. newFop(java.lang.String outputFormat, FOUserAgent userAgent, java.io.OutputStream stream)Returns a newFopinstance.FopFopFactory. newFop(FOUserAgent userAgent)Returns a newFopinstance.FopFOUserAgent. newFop(java.lang.String outputFormat)Returns a newFopinstance.FopFOUserAgent. newFop(java.lang.String outputFormat, java.io.OutputStream stream)Returns a newFopinstance.private voidFopConfParser. setHyphenationBase(Configuration cfg, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, java.net.URI baseURI, FopFactoryBuilder fopFactoryBuilder)private voidFopConfParser. setHyphPatNames(Configuration cfg, FopFactoryBuilder builder, boolean strict)Constructors in org.apache.fop.apps that throw FOPException Constructor Description Fop(java.lang.String outputFormat, FOUserAgent ua, java.io.OutputStream stream)Constructor for use with already-created FOUserAgents. -
Uses of FOPException in org.apache.fop.area
Methods in org.apache.fop.area that throw FOPException Modifier and Type Method Description protected voidAreaTreeHandler. setupModel(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream stream)Sets up the AreaTreeModel instance for use by the AreaTreeHandler.Constructors in org.apache.fop.area that throw FOPException Constructor 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 ConstructorPageViewport(PageViewport original)Copy constructor.RenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)Create a new render pages model with the given renderer. -
Uses of FOPException in org.apache.fop.cli
Methods in org.apache.fop.cli that throw FOPException Modifier and Type Method Description private voidCommandLineOptions. checkSettings()checks whether all necessary information has been given in a consistent wayprivate voidCommandLineOptions. flushCache()protected java.lang.StringCommandLineOptions. getOutputFormat()private PDFEncryptionParamsCommandLineOptions. getPDFEncryptionParams()booleanCommandLineOptions. parse(java.lang.String[] args)Parses the command line arguments.private intCommandLineOptions. parseAFPOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseAreaTreeInputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseAreaTreeOption(java.lang.String[] args, int i)private intCommandLineOptions. parseAWTOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseCacheOption(java.lang.String[] args, int i)private intCommandLineOptions. parseConfigurationOption(java.lang.String[] args, int i)private intCommandLineOptions. parseCopiesOption(java.lang.String[] args, int i)private intCommandLineOptions. parseCustomOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseFOInputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseFOOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseIFInputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseImageInputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseIntermediateFormatOption(java.lang.String[] args, int i)private intCommandLineOptions. parseLanguageOption(java.lang.String[] args, int i)private intCommandLineOptions. parseMIFOutputOption(java.lang.String[] args, int i)private booleanCommandLineOptions. parseOptions(java.lang.String[] args)Parses the command line arguments.private intCommandLineOptions. parsePCLOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parsePDFOutputOption(java.lang.String[] args, int i, java.lang.String pdfAMode)private intCommandLineOptions. parsePDFOwnerPassword(java.lang.String[] args, int i)private intCommandLineOptions. parsePDFProfile(java.lang.String[] args, int i)private intCommandLineOptions. parsePDFUserPassword(java.lang.String[] args, int i)private intCommandLineOptions. parsePNGOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parsePostscriptOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parsePrintOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseResolution(java.lang.String[] args, int i)private intCommandLineOptions. parseRTFOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseSVGOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseTextOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseTIFFOutputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseUnknownOption(java.lang.String[] args, int i)private intCommandLineOptions. parseXMLInputOption(java.lang.String[] args, int i)private intCommandLineOptions. parseXSLInputOption(java.lang.String[] args, int i)voidAreaTreeInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Generate a document, given an initialized Fop objectvoidIFInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Generate a document, given an initialized Fop objectvoidInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat)Renders the pre-setup document.voidInputHandler. renderTo(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Generate a document, given an initialized Fop objectprivate voidCommandLineOptions. setInputFormat(int format)private voidCommandLineOptions. setOutputMode(java.lang.String mime)private voidCommandLineOptions. setUserConfig()Sets the user configuration.voidInputHandler. 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 voidInputHandler. transformTo(javax.xml.transform.Result result)Transforms the input document to the input format expected by FOP using XSLT. -
Uses of FOPException in org.apache.fop.fo
Subclasses of FOPException in org.apache.fop.fo Modifier and Type Class Description classValidationExceptionException thrown during FO tree validation.Methods in org.apache.fop.fo with parameters of type FOPException Modifier and Type Method Description voidFOValidationEventProducer. markerCloningFailed(java.lang.Object source, java.lang.String markerClassName, FOPException fe, org.xml.sax.Locator loc)Indicates a problem while cloning a marker (ex.Methods in org.apache.fop.fo that throw FOPException Modifier and Type Method Description protected voidFONode. addCharacters(char[] data, int start, int end, PropertyList pList, org.xml.sax.Locator locator)Deprecated.Please overrideFONode.characters(char[], int, int, PropertyList, Locator)instead!protected voidFObj. addChildNode(FONode child)Adds a node as a child of this node.protected voidFObjMixed. addChildNode(FONode child)Adds a node as a child of this node.protected voidFONode. addChildNode(FONode child)Adds a node as a child of this node.protected static voidFObj. addChildTo(FONode child, FONode parent)Used by RetrieveMarker during Marker-subtree cloningvoidFObj. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFONode. bind(PropertyList propertyList)Bind the givenPropertyListto this node Does nothing by default.voidFOText. bind(PropertyList pList)Bind the givenPropertyListto this node Does nothing by default.protected voidFObjMixed. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.protected voidFONode. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.protected voidFOText. characters(char[] data, int start, int length, PropertyList list, org.xml.sax.Locator locator)Adds characters.voidFOTreeBuilder.MainFOHandler. characters(char[] data, int start, int length)protected voidUnknownXMLObj. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.protected voidXMLObj. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.FONodeFObj. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFObjMixed. clone(FONode parent, boolean removeChildren)FONodeFONode. clone(FONode cloneparent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesFONodeFOText. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesprotected PropertyListFObj. createPropertyList(PropertyList parent, FOEventHandler foEventHandler)Create a default property list for this element.protected PropertyListFONode. createPropertyList(PropertyList pList, FOEventHandler foEventHandler)Create a property list for this node.voidFObj. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFObjMixed. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFONode. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFOText. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFObjMixed. finalizeNode()Finalize this node.voidFONode. finalizeNode()Finalize this node.ElementMapping.MakerElementMappingRegistry. 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 typeprivate ElementMapping.MakerFOTreeBuilder.MainFOHandler. findFOMaker(java.lang.String namespaceURI, java.lang.String localName)Finds theElementMapping.Makerused to createFONodeobjects of a particular typeprivate voidFObjMixed. flushText()Creates block-pointers between subsequent FOText nodes in the same Block.private java.lang.StringFObj. getAttributeNameForValue(org.xml.sax.Attributes attList, Property value, PropertyList propertyList)PropertyPropertyList. getPropertyForAttribute(org.xml.sax.Attributes attributes, java.lang.String attributeName, java.lang.String attributeValue)voidFObj. 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.voidFONode. 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.voidXMLObj. 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.private voidFObjMixed. sendCharacters()voidFObj. startOfNode()Called after processNode() is called.voidFONode. startOfNode()Called after processNode() is called.private voidFObj. warnOnUnknownProperties(org.xml.sax.Attributes attlist, java.lang.String objName, PropertyList propertyList)Constructors in org.apache.fop.fo that throw FOPException Constructor Description FOTreeBuilder(java.lang.String outputFormat, FOUserAgent foUserAgent, java.io.OutputStream stream)FOTreeBuilderconstructor -
Uses of FOPException in org.apache.fop.fo.expr
Subclasses of FOPException in org.apache.fop.fo.expr Modifier and Type Class Description classPropertyExceptionClass for managing exceptions that are raised in Property processing. -
Uses of FOPException in org.apache.fop.fo.extensions
Methods in org.apache.fop.fo.extensions that throw FOPException Modifier and Type Method Description voidExternalDocument. bind(PropertyList pList)Bind property values from the property list to the FO node.voidExternalDocument. endOfNode()voidExternalDocument. startOfNode() -
Uses of FOPException in org.apache.fop.fo.extensions.destination
Methods in org.apache.fop.fo.extensions.destination that throw FOPException Modifier and Type Method Description voidDestination. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidDestination. 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. -
Uses of FOPException in org.apache.fop.fo.flow
Methods in org.apache.fop.fo.flow that throw FOPException Modifier and Type Method Description protected voidInstreamForeignObject. addChildNode(FONode child)Adds a node as a child of this node.protected voidWrapper. addChildNode(FONode child)Adds a node as a child of this node.voidAbstractGraphics. bind(PropertyList pList)Bind property values from the property list to the FO node.voidAbstractListItemPart. bind(PropertyList pList)Bind property values from the property list to the FO node.voidAbstractPageNumberCitation. bind(PropertyList pList)Bind property values from the property list to the FO node.voidAbstractRetrieveMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBasicLink. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBidiOverride. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBlock. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBlockContainer. bind(PropertyList pList)Bind property values from the property list to the FO node.voidChangeBar. bind(PropertyList pList)Bind property values from the property list to the FO node.voidCharacter. bind(PropertyList pList)Bind property values from the property list to the FO node.voidExternalGraphic. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFloat. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFootnote. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFootnoteBody. bind(PropertyList pList)Bind property values from the property list to the FO node.voidInitialPropertySet. bind(PropertyList pList)Bind property values from the property list to the FO node.voidInline. bind(PropertyList pList)Bind property values from the property list to the FO node.voidInlineContainer. bind(PropertyList pList)voidInlineLevel. bind(PropertyList pList)Bind property values from the property list to the FO node.voidLeader. bind(PropertyList pList)Bind property values from the property list to the FO node.voidListBlock. bind(PropertyList pList)Bind property values from the property list to the FO node.voidListItem. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMultiCase. bind(PropertyList pList)voidMultiPropertySet. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMultiSwitch. bind(PropertyList pList)Bind property values from the property list to the FO node.voidMultiToggle. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageNumber. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRetrieveMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRetrieveTableMarker. bind(PropertyList pList)Bind property values from the property list to the FO node.voidWrapper. bind(PropertyList pList)private voidAbstractRetrieveMarker. cloneFromMarker(Marker marker)private voidAbstractRetrieveMarker. cloneSingleNode(FONode child, FONode newParent, Marker marker, PropertyList parentPropertyList)private voidAbstractRetrieveMarker. cloneSubtree(java.util.Iterator parentIter, FONode newParent, Marker marker, PropertyList parentPropertyList)Clone the FO nodes in the parent iterator, attach the new nodes to the new parent, and map the new nodes to the existing property lists.voidAbstractListItemPart. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBasicLink. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBlock. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBlockContainer. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFloat. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidFootnote. endOfNode()Make sure content model satisfied, if so then tell theFOEventHandlerthat we are at the end of the footnote.voidFootnoteBody. endOfNode()Make sure the content model is satisfied, if so then tell theFOEventHandlerthat we are at the end of the footnote-body.voidInline. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidInlineContainer. endOfNode()voidInstreamForeignObject. endOfNode()Make sure content model satisfied, if so then tell theFOEventHandlerthat we are at the end of the instream-foreign-object.voidLeader. endOfNode()voidListBlock. endOfNode()Make sure the content model is satisfied, if so then tell theFOEventHandlerthat we are at the end of the list-block.voidListItem. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidListItemBody. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidListItemLabel. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMarker. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMultiCase. endOfNode()voidMultiProperties. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidMultiSwitch. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumber. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumberCitation. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageNumberCitationLast. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRetrieveMarker. endOfNode()voidRetrieveTableMarker. endOfNode()voidWrapper. endOfNode()voidAbstractPageNumberCitation. 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.voidChangeBar. 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.voidChangeBarBegin. 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.voidChangeBarEnd. 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.voidFloat. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList pList)voidRetrieveMarker. 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.voidRetrieveTableMarker. 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.voidBasicLink. startOfNode()Called after processNode() is called.voidBlock. startOfNode()Called after processNode() is called.voidBlockContainer. startOfNode()Called after processNode() is called.voidCharacter. startOfNode()Called after processNode() is called.voidExternalGraphic. startOfNode()Called after processNode() is called.voidFootnote. startOfNode()Called after processNode() is called.voidFootnoteBody. startOfNode()Called after processNode() is called.voidInline. startOfNode()Called after processNode() is called.voidInstreamForeignObject. startOfNode()voidLeader. startOfNode()voidListBlock. startOfNode()Called after processNode() is called.voidListItem. startOfNode()Called after processNode() is called.voidListItemBody. startOfNode()Called after processNode() is called.voidListItemLabel. startOfNode()Called after processNode() is called.voidPageNumber. startOfNode()Called after processNode() is called.voidPageNumberCitation. startOfNode()Called after processNode() is called.voidPageNumberCitationLast. startOfNode()Called after processNode() is called.voidRetrieveMarker. startOfNode()voidRetrieveTableMarker. startOfNode()voidWrapper. startOfNode() -
Uses of FOPException in org.apache.fop.fo.flow.table
Methods in org.apache.fop.fo.flow.table that throw FOPException Modifier and Type Method Description protected voidTable. addChildNode(FONode child)Adds a node as a child of this node.protected voidTablePart. addChildNode(FONode child)Adds a node as a child of this node.protected voidTableRow. addChildNode(FONode child)Adds a node as a child of this node.protected voidTableCellContainer. addTableCellChild(TableCell cell, boolean firstRow)Add cell to current row.voidTable. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableAndCaption. bind(PropertyList pList)voidTableCaption. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableCell. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableCellContainer. bind(PropertyList pList)voidTableColumn. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableFObj. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTablePart. bind(PropertyList pList)Bind property values from the property list to the FO node.voidTableRow. bind(PropertyList pList)Bind property values from the property list to the FO node.FONodeTable. clone(FONode parent, boolean removeChildren)Performs a shallow cloning operation, sets the clone's parent, and optionally cleans the list of child nodesprivate TableColumnTable. createImplicitColumn(int colNumber)voidTable. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableAndCaption. endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.voidTableBody. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableCaption. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableCell. endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the table-cell.voidTableColumn. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableFooter. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableHeader. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidTableRow. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.(package private) voidTable. ensureColumnNumber(int columnNumber)Creates the appropriate number of additional implicit columns to match the given column number.private voidTable. finalizeColumns()voidTable. finalizeNode()Finalize this node.voidTableCell. finalizeNode()Finalize this node.voidTablePart. finalizeNode()Finalize this node.voidTableRow. finalizeNode()Finalize this node.private voidTableCellContainer. handleCellWidth(TableCell cell, int colNumber, int colSpan)voidTableFObj. 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.voidTablePart. 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.voidTableRow. 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.voidTable. startOfNode()Called after processNode() is called.voidTableBody. startOfNode()Called after processNode() is called.voidTableCell. startOfNode()Called after processNode() is called.voidTableColumn. startOfNode()Called after processNode() is called.voidTableFooter. startOfNode()Called after processNode() is called.voidTableHeader. startOfNode()Called after processNode() is called.voidTableRow. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination that throw FOPException Modifier and Type Method Description voidPageSequence. addChildNode(FONode child)Adds a node as a child of this node.protected voidSimplePageMaster. addChildNode(FONode child)Adds a node as a child of this node.voidAbstractPageSequence. bind(PropertyList pList)Bind property values from the property list to the FO node.voidColorProfile. bind(PropertyList pList)Bind property values from the property list to the FO node.voidConditionalPageMasterReference. bind(PropertyList pList)Bind property values from the property list to the FO node.voidDeclarations. bind(PropertyList pList)Bind property values from the property list to the FO node.voidFlow. bind(PropertyList pList)Bind property values from the property list to the FO node.voidLayoutMasterSet. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageSequence. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageSequenceMaster. bind(PropertyList pList)Bind property values from the property list to the FO node.voidPageSequenceWrapper. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegion. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegionBA. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegionBody. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRegionSE. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRepeatablePageMasterAlternatives. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRepeatablePageMasterReference. bind(PropertyList pList)Bind property values from the property list to the FO node.voidRoot. bind(PropertyList pList)Bind property values from the property list to the FO node.voidSideRegion. bind(PropertyList pList)Bind property values from the property list to the FO node.voidSimplePageMaster. bind(PropertyList pList)Bind property values from the property list to the FO node.voidSinglePageMasterReference. bind(PropertyList pList)Bind property values from the property list to the FO node.voidDeclarations. endOfNode()At the end of this element sort out the children into a hashmap of color profiles and a list of extension attachments.voidFlow. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidLayoutMasterSet. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageSequence. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidPageSequenceMaster. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRepeatablePageMasterAlternatives. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidRoot. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidSimplePageMaster. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidStaticContent. endOfNode()Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the flow.voidAbstractPageSequence. startOfNode()Called after processNode() is called.voidConditionalPageMasterReference. startOfNode()Called after processNode() is called.voidFlow. startOfNode()Called after processNode() is called.voidLayoutMasterSet. startOfNode()Called after processNode() is called.voidPageSequence. startOfNode()Called after processNode() is called.voidPageSequenceMaster. startOfNode()Called after processNode() is called.voidRepeatablePageMasterAlternatives. startOfNode()Called after processNode() is called.voidRepeatablePageMasterReference. startOfNode()Called after processNode() is called.voidRoot. startOfNode()Called after processNode() is called.voidSimplePageMaster. startOfNode()Called after processNode() is called.voidSinglePageMasterReference. startOfNode()Called after processNode() is called.voidStaticContent. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.fo.pagination.bookmarks
Methods in org.apache.fop.fo.pagination.bookmarks that throw FOPException Modifier and Type Method Description voidBookmark. bind(PropertyList pList)Bind property values from the property list to the FO node.voidBookmarkTitle. bind(PropertyList pList)voidBookmark. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidBookmarkTree. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached. -
Uses of FOPException in org.apache.fop.fonts
Methods in org.apache.fop.fonts that throw FOPException Modifier and Type Method Description private voidDefaultFontConfigurator. addDirectories(DefaultFontConfig fontInfoConfig, FontAdder fontAdder, java.util.List<EmbedFontInfo> fontInfoList)private voidDefaultFontConfigurator. addFonts(DefaultFontConfig fontInfoConfig, FontCache fontCache, java.util.List<EmbedFontInfo> fontInfoList)voidFontManager. autoDetectFonts(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, java.util.List<EmbedFontInfo> fontInfoList)Detect fonts from the operating system via FOPs autodetect mechanism.java.util.List<EmbedFontInfo>DefaultFontConfigurator. configure(FontConfig fontInfoConfig)Initializes font info settings from the user configurationjava.util.List<T>FontConfigurator. configure(FontConfig fontInfoConfig)Initializes font info settings from the user configurationvoidFontManagerConfigurator. configure(FontManager fontManager, boolean strict)Initializes font settings from the user configurationprivate voidXMLFontMetricsReader. createFont(org.xml.sax.InputSource source)Deprecated.static FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(java.util.List<java.lang.String> fontFamilies, boolean strict)Creates a font triplet matcher from a configuration object.static FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(Configuration cfg, boolean strict)Creates a font triplet matcher from a configuration object.voidFontCacheManager. delete()Deletes the font cache from the file-system.voidFontCacheManagerFactory.DisabledFontCacheManager. delete()voidFontCacheManagerFactory.FontCacheManagerImpl. delete()voidFontManager. deleteCache()Deletes the current FontCache filevoidFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)voidFontDetectorFactory.DefaultFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)Detect installed fonts on the systemvoidFontDetectorFactory.DisabledFontDetector. detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)private EmbedFontInfoDefaultFontConfigurator. getFontInfo(DefaultFontConfig.Font font, FontCache fontCache)private FontTripletDefaultFontConfig.ParserHelper. getFontTriplet(Configuration tripletCfg, boolean strict)Creates a new FontTriplet given a triple ConfigurationDefaultFontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict)Parses the font configuration and return the configuration object.DefaultFontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, boolean strict, FontEventAdapter eventAdapter)FontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.private voidDefaultFontConfig.ParserHelper. parse()FontConfigFontConfig.FontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.private voidDefaultFontConfig.ParserHelper. parseDirectories()private voidDefaultFontConfig.ParserHelper. parseFonts()private voidDefaultFontConfig.ParserHelper. parseReferencedFonts()voidFontCache. save()Deprecated.useFontCache.saveTo(File)insteadvoidFontCacheManager. save()Serializes the font cache to file.voidFontCacheManagerFactory.DisabledFontCacheManager. save()voidFontCacheManagerFactory.FontCacheManagerImpl. save()voidFontManager. saveCache()Saves the FontCache as necessaryvoidFontCache. saveTo(java.io.File cacheFile)Writes the font cache to disk.Constructors in org.apache.fop.fonts that throw FOPException Constructor Description ParserHelper(Configuration cfg, boolean strict)ParserHelper(Configuration cfg, boolean strict, FontEventAdapter eventAdapter)XMLFontMetricsReader(org.xml.sax.InputSource source, InternalResourceResolver resourceResolver)Deprecated.Construct a XMLFontMetricsReader object from a path to a metric.xml file and read metric data -
Uses of FOPException in org.apache.fop.fonts.substitute
Methods in org.apache.fop.fonts.substitute that throw FOPException Modifier and Type Method Description voidFontSubstitutionsConfigurator. configure(FontSubstitutions substitutions)Configures a font substitution catalogprivate static FontQualifierFontSubstitutionsConfigurator. getQualfierFromConfiguration(Configuration cfg) -
Uses of FOPException in org.apache.fop.render
Methods in org.apache.fop.render that throw FOPException Modifier and Type Method Description RendererConfigRendererConfig.RendererConfigParser. build(FOUserAgent userAgent, Configuration rendererConfiguration)Builds the object that contains the renderer configuration data.private java.util.List<EmbedFontInfo>PrintRendererConfigurator. buildFontList(java.lang.String mimeType)voidPrintRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.voidPrintRendererConfigurator. configure(Renderer renderer)Builds a list of EmbedFontInfo objects for use with the setup() method.voidXMLHandlerConfigurator. configure(RendererContext context, java.lang.String ns)Configures renderer context by setting the handler configuration on it.abstract voidAbstractRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)Configures a given renderer using the appropriate configurator.IFDocumentHandlerRendererFactory. createDocumentHandler(FOUserAgent userAgent, java.lang.String outputFormat)Creates aIFDocumentHandlerobject based on the desired output format.FOEventHandlerRendererFactory. createFOEventHandler(FOUserAgent userAgent, java.lang.String outputFormat, java.io.OutputStream out)Creates FOEventHandler instances based on the desired output.RendererRendererFactory. createRenderer(FOUserAgent userAgent, java.lang.String outputFormat)Creates a Renderer object based on render-type desiredprotected FontCollectionPrintRendererConfigurator. getCustomFontCollection(InternalResourceResolver resolver, java.lang.String mimeType)Returns the font collection for custom configured fonts.protected RendererConfigPrintRendererConfigurator. getRendererConfig(java.lang.String mimeType)gets the renderer configuration data for a specific renderer.protected RendererConfigPrintRendererConfigurator. getRendererConfig(IFDocumentHandler documentHandler)Returns the renderer configuration data for a specific renderer.protected RendererConfigPrintRendererConfigurator. getRendererConfig(Renderer renderer)gets the renderer configuration data for a specific renderer.abstract FOEventHandlerAbstractFOEventHandlerMaker. makeFOEventHandler(FOUserAgent ua, java.io.OutputStream out)Instantiates a new FOEventHandler.voidAbstractRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.voidRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.abstract voidAbstractRenderer. setupFontInfo(FontInfo fontInfo)Set up the given FontInfo.voidPrintRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.voidPrintRendererConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)Sets up theFontInfoobject for the IFDocumentHandler.voidRenderer. setupFontInfo(FontInfo fontInfo)Set up the given FontInfo.private RendererRendererFactory. tryIFDocumentHandlerMaker(FOUserAgent userAgent, java.lang.String outputFormat)private RendererRendererFactory. tryRendererMaker(FOUserAgent userAgent, java.lang.String outputFormat) -
Uses of FOPException in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that throw FOPException Modifier and Type Method Description AFPRendererConfigAFPRendererConfig.AFPRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.private voidAFPRendererConfig.ParserHelper. configure()voidAFPRendererConfigurator. configure(IFDocumentHandler documentHandler)private voidAFPRendererConfig.ParserHelper. configureImages()private java.util.List<AFPFontInfo>AFPRendererConfigurator. createFontsList(AFPFontConfig fontConfig, java.lang.String mimeType)private voidAFPRendererConfig.ParserHelper. createResourceGroupFile()private voidAFPRendererConfig.ParserHelper. createResourceLevel()protected FontCollectionAFPRendererConfigurator. getCustomFontCollection(InternalResourceResolver uriResolverWrapper, java.lang.String mimeType)AFPFontConfigAFPFontConfig.AFPFontInfoConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.Constructors in org.apache.fop.render.afp that throw FOPException Constructor Description ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer)ParserHelper(Configuration cfg, FontManager fontManager, boolean strict, AFPEventProducer eventProducer) -
Uses of FOPException in org.apache.fop.render.afp.extensions
Methods in org.apache.fop.render.afp.extensions that throw FOPException Modifier and Type Method Description protected voidAFPPageSetupElement. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)Adds characters.voidAbstractAFPExtensionObject. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidAbstractAFPExtensionObject. 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.voidAFPIncludeFormMapElement. 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.voidAFPPageOverlayElement. 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.voidAFPPageSegmentElement. 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.voidAFPPageSetupElement. 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.voidAFPIncludeFormMapElement. startOfNode()Called after processNode() is called.voidAFPInvokeMediumMapElement. startOfNode()Called after processNode() is called.voidAFPPageOverlayElement. startOfNode()Called after processNode() is called.voidAFPPageSetupElement. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.render.awt
Methods in org.apache.fop.render.awt that throw FOPException Modifier and Type Method Description java.awt.DimensionAWTRenderer. getPageImageSize(int pageNum)voidAWTRenderer. renderPage(PageViewport pageViewport)This method override only stores the PageViewport in a List. -
Uses of FOPException in org.apache.fop.render.awt.viewer
Methods in org.apache.fop.render.awt.viewer that throw FOPException Modifier and Type Method Description doublePreviewPanel. 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.doublePreviewPanel. getScaleToFitWidth()As getScaleToFitWindow, but ignoring the Y axis.doublePreviewPanel. 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.voidRenderable. renderTo(FOUserAgent userAgent, java.lang.String outputFormat)Renders the pre-setup document. -
Uses of FOPException in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that throw FOPException Modifier and Type Method Description BitmapRendererConfigBitmapRendererConfig.BitmapRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)(package private) voidBitmapRendererConfig.BitmapRendererConfigParser. build(BitmapRendererConfig config, FOUserAgent userAgent, Configuration cfg)PNGRendererConfigPNGRendererConfig.PNGRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)TIFFRendererConfigTIFFRendererConfig.TIFFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.private voidBitmapRendererConfigurator. configure(BitmapRendererConfig config, BitmapRenderingSettings settings)voidBitmapRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.(package private) voidBitmapRendererConfigurator. configure(IFDocumentHandler documentHandler, BitmapRenderingSettings settings, BitmapRendererConfig.BitmapRendererConfigParser parser)voidTIFFRendererConfigurator. configure(IFDocumentHandler documentHandler)voidTIFFRendererConfigurator. configure(Renderer renderer)Configure the TIFF renderer.voidPNGRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)voidTIFFRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)private voidTIFFRendererConfigurator. setCompressionMethod(TIFFCompressionValue compression, BitmapRenderingSettings settings) -
Uses of FOPException in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that throw FOPException Modifier and Type Method Description RendererConfigIFRendererConfig.IFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidIFDocumentHandlerConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.voidIFRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.voidIFDocumentHandlerConfigurator. setupFontInfo(java.lang.String mimeType, FontInfo fontInfo)Sets up theFontInfoobject for the IFDocumentHandler.voidIFRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler)Sets up the fonts on a document handler.static voidIFUtil. setupFonts(IFDocumentHandler documentHandler, FontInfo fontInfo)Sets up the fonts on a document handler. -
Uses of FOPException in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that throw FOPException Modifier and Type Method Description Java2DRendererConfigJava2DRendererConfig.Java2DRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidJava2DRendererConfigurator. configure(Renderer renderer)Configure the Java 2D renderer.java.awt.image.BufferedImageJava2DRenderer. getPageImage(int pageNum)Generates a desired page from the renderer's page viewport list.PageViewportJava2DRenderer. getPageViewport(int pageIndex)Returns a page viewport.voidJava2DRenderer. renderPage(PageViewport pageViewport)This method override only stores the PageViewport in a List. -
Uses of FOPException in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that throw FOPException Modifier and Type Method Description PCLRendererConfigPCLRendererConfig.PCLRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.private voidPCLRendererConfig.PCLRendererConfigParser. configure(Configuration cfg, PCLRendererConfig config)voidPCLRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.private voidPCLRendererConfigurator. configure(PCLRendererConfig config, PCLRenderingUtil pclUtil) -
Uses of FOPException in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that throw FOPException Modifier and Type Method Description PDFRendererConfigPDFRendererConfig.PDFRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)private voidPDFRendererConfig.ParserHelper. buildFilterMapFromConfiguration(Configuration cfg)private voidPDFRendererConfig.ParserHelper. configure(Configuration cfg, FOUserAgent userAgent, boolean strict)voidPDFRendererConfigurator. configure(IFDocumentHandler documentHandler)Configures a intermediate format document handler.Constructors in org.apache.fop.render.pdf that throw FOPException Constructor Description ParserHelper(Configuration cfg, FOUserAgent userAgent, boolean strict) -
Uses of FOPException in org.apache.fop.render.pdf.extensions
Methods in org.apache.fop.render.pdf.extensions that throw FOPException Modifier and Type Method Description protected voidPDFArrayElement. addChildNode(FONode child)protected voidPDFDictionaryElement. addChildNode(FONode child)protected voidPDFDocumentInformationElement. addChildNode(FONode child)protected voidPDFCollectionEntryElement. characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator)voidPDFArrayElement. endOfNode()voidPDFCollectionEntryElement. endOfNode()voidPDFDictionaryElement. endOfNode()voidPDFActionElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFArrayElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFCollectionEntryElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFDictionaryElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFDocumentInformationElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFEmbeddedFileElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFPageElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFReferenceElement. processNode(java.lang.String elementName, org.xml.sax.Locator locator, org.xml.sax.Attributes attlist, PropertyList propertyList)voidPDFActionElement. startOfNode()voidPDFArrayElement. startOfNode()voidPDFCatalogElement. startOfNode()voidPDFCollectionEntryElement. startOfNode()voidPDFDictionaryElement. startOfNode()voidPDFDocumentInformationElement. startOfNode()voidPDFEmbeddedFileElement. startOfNode()voidPDFLayerElement. startOfNode()voidPDFNavigatorElement. startOfNode()voidPDFPageElement. startOfNode() -
Uses of FOPException in org.apache.fop.render.print
Methods in org.apache.fop.render.print that throw FOPException Modifier and Type Method Description voidPrintRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer) -
Uses of FOPException in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that throw FOPException Modifier and Type Method Description PSRendererConfigPSRendererConfig.PSRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)voidPSRendererConfigurator. configure(IFDocumentHandler documentHandler)Constructors in org.apache.fop.render.ps that throw FOPException Constructor Description ParserHelper(Configuration cfg, FOUserAgent userAgent) -
Uses of FOPException in org.apache.fop.render.ps.extensions
Methods in org.apache.fop.render.ps.extensions that throw FOPException Modifier and Type Method Description voidAbstractPSExtensionElement. endOfNode()voidAbstractPSExtensionObject. endOfNode()Primarily used for making final content model validation checks and/or informing theFOEventHandlerthat the end of this FO has been reached.voidAbstractPSExtensionObject. 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.voidPSSetPageDeviceElement. 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.voidAbstractPSCommentElement. startOfNode()voidPSPageSetupCodeElement. startOfNode()Called after processNode() is called.voidPSSetPageDeviceElement. startOfNode()Called after processNode() is called.voidPSSetupCodeElement. startOfNode()Called after processNode() is called. -
Uses of FOPException in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf that throw FOPException Modifier and Type Method Description (package private) static RtfAttributesListAttributesConverter. convertAttributes(ListBlock fobj)Reads an FO object's properties and adds returns them as RtfAttributes.static RtfAttributesTextAttributesConverter. convertAttributes(Block fobj)Converts all known text FO properties to RtfAttributesstatic RtfAttributesTextAttributesConverter. convertBlockContainerAttributes(BlockContainer fobj)Converts all known text FO properties to RtfAttributes(package private) static RtfAttributesTableAttributesConverter. convertCellAttributes(TableCell fobj)Converts cell attributes to rtf attributes.static RtfAttributesTextAttributesConverter. convertCharacterAttributes(Inline fobj)Converts all character related FO properties to RtfAttributes.static RtfAttributesTextAttributesConverter. convertCharacterAttributes(PageNumber fobj)Converts all character related FO properties to RtfAttributes.static RtfAttributesTextAttributesConverter. convertCharacterAttributes(FOText fobj)Converts all character related FO properties to RtfAttributes.(package private) intFoUnitsConverter. convertFontSize(java.lang.String size)convert a font size given in points like "12pt"static RtfAttributesTextAttributesConverter. convertLeaderAttributes(Leader fobj, PercentBaseContext context)Converts FO properties used by RtfLeader to RtfAttributes.(package private) static RtfAttributesTableAttributesConverter. convertRowAttributes(TableRow fobj, RtfAttributes rtfatts)Converts table and row attributes to rtf attributes.(package private) static RtfAttributesTableAttributesConverter. convertTableAttributes(Table fobj)Converts table-only attributes to rtf attributes.(package private) static RtfAttributesTableAttributesConverter. convertTablePartAttributes(TablePart part)Converts table-only attributes to rtf attributes.(package private) floatFoUnitsConverter. convertToTwips(java.lang.String foValue)convert given value to RTF unitsprivate floatFoUnitsConverter. numberToTwips(java.lang.String number, java.lang.String units)convert given value to twips according to given units -
Uses of FOPException in org.apache.fop.render.rtf.rtflib.rtfdoc
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that throw FOPException Modifier and Type Method Description RtfAttributesIRtfTextContainer. getTextContainerAttributes()Text containers usually provide default attributes for all texts that they contain.RtfAttributesRtfHyperLink. getTextContainerAttributes()IRtfTextContainer requirement:RtfAttributesRtfParagraph. getTextContainerAttributes()IRtfTextContainer requirement: return a copy of our attributesRtfAttributesRtfText. getTextContainerAttributes()IRtfTextContainer requirement:RtfTableCellRtfTableRow. newTableCellMergedHorizontally(int cellWidth, RtfAttributes attrs)Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the previous cell.RtfTableRowRtfTable. newTableRow(RtfAttributes attrs)Close current row if any and start a new one -
Uses of FOPException in org.apache.fop.render.svg
Methods in org.apache.fop.render.svg that throw FOPException Modifier and Type Method Description voidSVGRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer) -
Uses of FOPException in org.apache.fop.render.txt
Methods in org.apache.fop.render.txt that throw FOPException Modifier and Type Method Description TxtRendererConfigTxtRendererConfig.TxtRendererConfigParser. build(FOUserAgent userAgent, Configuration cfg)Builds the object that contains the renderer configuration data.voidTXTRendererConfigurator. configure(Renderer renderer)Configure the PS renderer.voidTXTRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)voidTXTRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page. -
Uses of FOPException in org.apache.fop.render.xml
Methods in org.apache.fop.render.xml that throw FOPException Modifier and Type Method Description voidXMLRendererMaker. configureRenderer(FOUserAgent userAgent, Renderer renderer)voidXMLRenderer. renderPage(PageViewport page)Tells the renderer to render a particular page.voidXMLRenderer. setupFontInfo(FontInfo inFontInfo)Set up the given FontInfo. -
Uses of FOPException in org.apache.fop.servlet
Methods in org.apache.fop.servlet that throw FOPException Modifier and Type Method Description protected voidFopPrintServlet. 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 voidFopServlet. 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 voidFopServlet. renderFO(java.lang.String fo, javax.servlet.http.HttpServletResponse response)Renders an XSL-FO file into a PDF file.protected voidFopServlet. 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. -
Uses of FOPException in org.apache.fop.svg
Methods in org.apache.fop.svg that throw FOPException Modifier and Type Method Description static FontInfoPDFDocumentGraphics2DConfigurator. createFontInfo(Configuration cfg, boolean useComplexScriptFeatures)Creates theFontInfoinstance for the given configuration. -
Uses of FOPException in org.apache.fop.tools.anttasks
Methods in org.apache.fop.tools.anttasks that throw FOPException Modifier and Type Method Description private voidFOPTaskStarter. render(java.io.File foFile, java.io.File outFile, java.lang.String outputFormat)voidFOPTaskStarter. run() -
Uses of FOPException in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist that throw FOPException Modifier and Type Method Description private org.xml.sax.ContentHandlerFontListMain. getFOPContentHandler(java.io.OutputStream out)java.util.SortedMapFontListGenerator. listFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)List all fonts configured for a particular output format (identified by MIME type).private FontInfoFontListGenerator. setupFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener) -
Uses of FOPException in org.apache.fop.util
Methods in org.apache.fop.util that throw FOPException Modifier and Type Method Description static voidLogUtil. handleError(org.apache.commons.logging.Log log, java.lang.String errorStr, boolean strict)Convenience method that handles any error appropriatelystatic voidLogUtil. handleException(org.apache.commons.logging.Log log, java.lang.Exception e, boolean strict)Convenience method that handles any error appropriately
-