Uses of Class
org.apache.fop.render.intermediate.IFException
Packages that use IFException
Package
Description
An AFP Renderer implementation and supporting classes.
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
PDF Renderer
PostScript Renderer
-
Uses of IFException in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that throw IFExceptionModifier and TypeMethodDescriptionvoidAFPPainter.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidRestricts the current clipping region with the given rectangle.voidAFPPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, Color innerBackgroundColor) voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws a line.voidDraws text.voidAFPDocumentHandler.endDocument()Indicates the end of a document.voidAFPDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidAFPPainter.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidAFPDocumentHandler.endPage()Indicates the end of a pagevoidAFPDocumentHandler.endPageContent()Indicates the end of the page content.voidAFPDocumentHandler.endPageHeader()Indicates the end of the page header.voidAFPDocumentHandler.endPageSequence()Indicates the end of a page sequence.voidAFPPainter.endViewport()Ends the current viewport and restores the previous coordinate system.voidAFPPainter.fillBackground(Rectangle rect, Paint fill, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) voidFills a rectangular area.AFPPainter.getFontKey(FontTriplet triplet) voidAFPDocumentHandler.handleExtensionObject(Object extension) Handles an extension object.voidAFPDocumentHandler.startDocument()Indicates the start of a document.voidAFPDocumentHandler.startDocumentHeader()Indicates the start of the document header.voidAFPPainter.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidIndicates the start of a new page.AFPDocumentHandler.startPageContent()Indicates the start of the page content.voidAFPDocumentHandler.startPageHeader()Indicates the start of the page header.voidAFPDocumentHandler.startPageSequence(String id) Indicates the start of a new page sequence.voidAFPPainter.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system. -
Uses of IFException in org.apache.fop.render.bitmap
Methods in org.apache.fop.render.bitmap that throw IFExceptionModifier and TypeMethodDescriptionvoidAbstractBitmapDocumentHandler.endDocument()Indicates the end of a document.voidAbstractBitmapDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidAbstractBitmapDocumentHandler.endPage()Indicates the end of a pagevoidAbstractBitmapDocumentHandler.endPageContent()Indicates the end of the page content.voidAbstractBitmapDocumentHandler.endPageSequence()Indicates the end of a page sequence.voidAbstractBitmapDocumentHandler.handleExtensionObject(Object extension) Handles an extension object.voidAbstractBitmapDocumentHandler.startDocument()Indicates the start of a document.voidAbstractBitmapDocumentHandler.startPage(int index, String name, String pageMasterName, Dimension size) Indicates the start of a new page.AbstractBitmapDocumentHandler.startPageContent()Indicates the start of the page content.voidAbstractBitmapDocumentHandler.startPageSequence(String id) Indicates the start of a new page sequence. -
Uses of IFException in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate that throw IFExceptionModifier and TypeMethodDescriptionvoidIFDocumentNavigationHandler.addResolvedAction(AbstractAction action) voidIFSerializer.addResolvedAction(AbstractAction action) voidIFPainter.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidIFSerializer.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidRestricts the current clipping region with the given rectangle.voidRestricts the current clipping region with the given rectangle.protected ContentHandlerAbstractXMLWritingIFDocumentHandler.createContentHandler(Result result) Creates a ContentHandler for the given JAXP Result instance.voidAbstractIFPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, Color innerBackgroundColor) Draws a border rectangle.voidIFPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, Color innerBackgroundColor) Draws a border rectangle.voidIFSerializer.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, Color innerBackgroundColor) Draws a border rectangle.voidBorderPainter.drawBorders(Rectangle borderRect, BorderProps bpsTop, BorderProps bpsBottom, BorderProps bpsLeft, BorderProps bpsRight, Color innerBackgroundColor) Draws borders.voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws a line.voidDraws a line.voidDraws a line.protected booleanAbstractIFPainter.drawSVGText(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, String text, IFState state) voidAbstractIFPainter.drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, String text, boolean nextIsSpace) voidDraws text.voidIFPainter.drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, String text, boolean nextIsSpace) voidDraws text.voidIFSerializer.drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, String text, boolean nextIsSpace) voidvoidvoidAbstractBinaryWritingIFDocumentHandler.endDocument()Indicates the end of a document.voidIFDocumentHandler.endDocument()Indicates the end of a document.voidIFSerializer.endDocument()Indicates the end of a document.voidAbstractIFDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidIFDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidIFSerializer.endDocumentHeader()Indicates the end of the document header.voidAbstractIFDocumentHandler.endDocumentTrailer()Indicates the end of the document trailer.voidIFDocumentHandler.endDocumentTrailer()Indicates the end of the document trailer.voidIFSerializer.endDocumentTrailer()Indicates the end of the document trailer.voidIFPainter.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidIFSerializer.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidEventProducingFilter.endPage()voidIFDocumentHandler.endPage()Indicates the end of a pagevoidIFSerializer.endPage()Indicates the end of a pagevoidIFDocumentHandler.endPageContent()Indicates the end of the page content.voidIFSerializer.endPageContent()Indicates the end of the page content.voidAbstractIFDocumentHandler.endPageHeader()Indicates the end of the page header.voidIFDocumentHandler.endPageHeader()Indicates the end of the page header.voidIFSerializer.endPageHeader()Indicates the end of the page header.voidIFDocumentHandler.endPageSequence()Indicates the end of a page sequence.voidIFSerializer.endPageSequence()Indicates the end of a page sequence.voidAbstractIFDocumentHandler.endPageTrailer()Indicates the end of the page trailer.voidIFDocumentHandler.endPageTrailer()Indicates the end of the page trailer.voidIFSerializer.endPageTrailer()Indicates the end of the page trailer.voidIFPainter.endViewport()Ends the current viewport and restores the previous coordinate system.voidIFSerializer.endViewport()Ends the current viewport and restores the previous coordinate system.voidFills a rectangular area.voidFills a rectangular area.protected StringAbstractIFPainter.getFontKey(FontTriplet triplet) voidIFDocumentHandler.handleExtensionObject(Object extension) Handles an extension object.voidIFSerializer.handleExtensionObject(Object extension) Handles an extension object.voidIFParser.parse(Source src, IFDocumentHandler documentHandler, FOUserAgent userAgent) Parses an intermediate file and paints it.voidIFDocumentNavigationHandler.renderBookmarkTree(BookmarkTree tree) Render the bookmark tree.voidIFSerializer.renderBookmarkTree(BookmarkTree tree) Render the bookmark tree.voidIFDocumentNavigationHandler.renderLink(Link link) voidIFSerializer.renderLink(Link link) voidIFDocumentNavigationHandler.renderNamedDestination(NamedDestination destination) Renders a named destination.voidIFSerializer.renderNamedDestination(NamedDestination destination) Renders a named destination.voidAbstractIFPainter.setFont(String family, String style, Integer weight, String variant, Integer size, Color color) Updates the current font.voidIFPainter.setFont(String family, String style, Integer weight, String variant, Integer size, Color color) Updates the current font.voidIFSerializer.setFont(String family, String style, Integer weight, String variant, Integer size, Color color) Updates the current font.voidSets the JAXP Result object to receive the generated content.voidSets the JAXP Result object to receive the generated content.voidSets the JAXP Result object to receive the generated content.voidvoidvoidAbstractBinaryWritingIFDocumentHandler.startDocument()Indicates the start of a document.voidAbstractIFDocumentHandler.startDocument()Indicates the start of a document.voidIFDocumentHandler.startDocument()Indicates the start of a document.voidIFSerializer.startDocument()Indicates the start of a document.voidAbstractIFDocumentHandler.startDocumentHeader()Indicates the start of the document header.voidIFDocumentHandler.startDocumentHeader()Indicates the start of the document header.voidIFSerializer.startDocumentHeader()Indicates the start of the document header.voidAbstractIFDocumentHandler.startDocumentTrailer()Indicates the start of the document trailer.voidIFDocumentHandler.startDocumentTrailer()Indicates the start of the document trailer.voidIFSerializer.startDocumentTrailer()Indicates the start of the document trailer.voidAbstractIFPainter.startGroup(AffineTransform[] transforms, String layer) Starts a new group of graphical elements.voidIFPainter.startGroup(AffineTransform[] transforms, String layer) Starts a new group of graphical elements.voidIFPainter.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidIFSerializer.startGroup(AffineTransform[] transforms, String layer) Starts a new group of graphical elements.voidIFSerializer.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidIndicates the start of a new page.voidIndicates the start of a new page.IFDocumentHandler.startPageContent()Indicates the start of the page content.IFSerializer.startPageContent()Indicates the start of the page content.voidAbstractIFDocumentHandler.startPageHeader()Indicates the start of the page header.voidIFDocumentHandler.startPageHeader()Indicates the start of the page header.voidIFSerializer.startPageHeader()Indicates the start of the page header.voidIFDocumentHandler.startPageSequence(String id) Indicates the start of a new page sequence.voidIFSerializer.startPageSequence(String id) Indicates the start of a new page sequence.voidAbstractIFDocumentHandler.startPageTrailer()Indicates the start of the page trailer.voidIFDocumentHandler.startPageTrailer()Indicates the start of the page trailer.voidIFSerializer.startPageTrailer()Indicates the start of the page trailer.voidAbstractIFPainter.startViewport(AffineTransform[] transforms, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system.voidIFPainter.startViewport(AffineTransform[] transforms, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system.voidIFPainter.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system.voidIFSerializer.startViewport(AffineTransform[] transforms, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system.voidIFSerializer.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system. -
Uses of IFException in org.apache.fop.render.intermediate.util
Methods in org.apache.fop.render.intermediate.util that throw IFExceptionModifier and TypeMethodDescriptionvoidIFConcatenator.appendDocument(Source src) Appends another intermediate format document to the current output file.voidIFDocumentHandlerProxy.endDocument()Indicates the end of a document.voidIFDocumentHandlerProxy.endDocumentHeader()Indicates the end of the document header.voidIFDocumentHandlerProxy.endDocumentTrailer()Indicates the end of the document trailer.voidIFDocumentHandlerProxy.endPage()Indicates the end of a pagevoidIFDocumentHandlerProxy.endPageContent()Indicates the end of the page content.voidIFDocumentHandlerProxy.endPageHeader()Indicates the end of the page header.voidIFDocumentHandlerProxy.endPageSequence()Indicates the end of a page sequence.voidIFDocumentHandlerProxy.endPageTrailer()Indicates the end of the page trailer.voidIFConcatenator.finish()Properly finishes the current output file by creating an empty document trailer and callingIFDocumentHandler.endDocument().voidIFDocumentHandlerProxy.handleExtensionObject(Object extension) Handles an extension object.voidSets the JAXP Result object to receive the generated content.voidIFDocumentHandlerProxy.startDocument()Indicates the start of a document.voidIFDocumentHandlerProxy.startDocumentHeader()Indicates the start of the document header.voidIFDocumentHandlerProxy.startDocumentTrailer()Indicates the start of the document trailer.voidIndicates the start of a new page.IFDocumentHandlerProxy.startPageContent()Indicates the start of the page content.voidIFDocumentHandlerProxy.startPageHeader()Indicates the start of the page header.voidIFDocumentHandlerProxy.startPageSequence(String id) Indicates the start of a new page sequence.voidIFDocumentHandlerProxy.startPageTrailer()Indicates the start of the page trailer.Constructors in org.apache.fop.render.intermediate.util that throw IFExceptionModifierConstructorDescriptionIFConcatenator(IFDocumentHandler targetHandler, org.apache.xmlgraphics.xmp.Metadata metadata) Creates a new IF concatenator. -
Uses of IFException in org.apache.fop.render.java2d
Methods in org.apache.fop.render.java2d that throw IFExceptionModifier and TypeMethodDescriptionvoidJava2DPainter.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidRestricts the current clipping region with the given rectangle.voidJava2DPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right) voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws a line.voidDraws text.voidJava2DDocumentHandler.endDocument()voidJava2DDocumentHandler.endDocumentHeader()voidJava2DDocumentHandler.endDocumentTrailer()voidJava2DPainter.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidJava2DDocumentHandler.endPage()voidJava2DDocumentHandler.endPageContent()voidJava2DDocumentHandler.endPageHeader()voidJava2DDocumentHandler.endPageSequence()voidJava2DDocumentHandler.endPageTrailer()voidJava2DPainter.endViewport()Ends the current viewport and restores the previous coordinate system.voidFills a rectangular area.voidJava2DDocumentHandler.handleExtensionObject(Object extension) voidvoidJava2DDocumentHandler.startDocument()voidJava2DDocumentHandler.startDocumentHeader()voidJava2DDocumentHandler.startDocumentTrailer()voidJava2DPainter.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidJava2DDocumentHandler.startPageContent()voidJava2DDocumentHandler.startPageHeader()voidJava2DDocumentHandler.startPageSequence(String id) voidJava2DDocumentHandler.startPageTrailer()voidJava2DPainter.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system. -
Uses of IFException in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl that throw IFExceptionModifier and TypeMethodDescriptionvoidPCLPainter.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidRestricts the current clipping region with the given rectangle.voidPCLPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right) voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws a line.voidDraws text.voidPCLDocumentHandler.endDocument()Indicates the end of a document.voidPCLDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidPCLPainter.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidPCLDocumentHandler.endPage()Indicates the end of a pagevoidPCLDocumentHandler.endPageContent()Indicates the end of the page content.voidPCLDocumentHandler.endPageSequence()Indicates the end of a page sequence.voidPCLPainter.endViewport()Ends the current viewport and restores the previous coordinate system.voidFills a rectangular area.voidPCLDocumentHandler.handleExtensionObject(Object extension) Handles an extension object.voidPCLDocumentHandler.startDocument()Indicates the start of a document.voidPCLPainter.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidIndicates the start of a new page.PCLDocumentHandler.startPageContent()Indicates the start of the page content.voidPCLDocumentHandler.startPageSequence(String id) Indicates the start of a new page sequence.voidPCLPainter.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system. -
Uses of IFException in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that throw IFExceptionModifier and TypeMethodDescriptionvoidPDFDocumentNavigationHandler.addResolvedAction(AbstractAction action) voidPDFPainter.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidRestricts the current clipping region with the given rectangle.voidPDFPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, Color innerBackgroundColor) Draws a border rectangle.voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws a line.voidDraws text.voidPDFPainter.drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, String text, boolean nextIsSpace) voidPDFDocumentHandler.endDocument()Indicates the end of a document.voidPDFDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidPDFPainter.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidPDFDocumentHandler.endPage()Indicates the end of a pagevoidPDFDocumentHandler.endPageContent()Indicates the end of the page content.voidPDFDocumentHandler.endPageSequence()Indicates the end of a page sequence.voidPDFPainter.endViewport()Ends the current viewport and restores the previous coordinate system.voidFills a rectangular area.voidPDFDocumentHandler.handleExtensionObject(Object extension) Handles an extension object.voidPDFDocumentNavigationHandler.renderBookmarkTree(BookmarkTree tree) Render the bookmark tree.voidPDFDocumentNavigationHandler.renderLink(Link link) voidPDFDocumentNavigationHandler.renderNamedDestination(NamedDestination destination) Renders a named destination.voidPDFDocumentHandler.startDocument()Indicates the start of a document.voidPDFPainter.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidIndicates the start of a new page.PDFDocumentHandler.startPageContent()Indicates the start of the page content.voidPDFDocumentHandler.startPageSequence(String id) Indicates the start of a new page sequence.voidPDFPainter.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system. -
Uses of IFException in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps that throw IFExceptionModifier and TypeMethodDescriptionvoidPSPainter.clipBackground(Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd) Restricts the current clipping region to the inner border.voidRestricts the current clipping region with the given rectangle.voidPSPainter.drawBorderRect(Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, Color innerBackgroundColor) Draws a border rectangle.voidDraws an image identified by a URI inside a given rectangle.voidDraws an image (represented by a DOM document) inside a given rectangle.voidDraws a line.voidDraws text.voidPSDocumentHandler.endDocument()Indicates the end of a document.voidPSDocumentHandler.endDocumentHeader()Indicates the end of the document header.voidPSPainter.endGroup()Ends the current group and restores the previous coordinate system (and layer).voidPSDocumentHandler.endPage()Indicates the end of a pagevoidPSDocumentHandler.endPageContent()Indicates the end of the page content.voidPSDocumentHandler.endPageHeader()Indicates the end of the page header.voidPSDocumentHandler.endPageSequence()Indicates the end of a page sequence.voidPSDocumentHandler.endPageTrailer()Indicates the end of the page trailer.voidPSPainter.endViewport()Ends the current viewport and restores the previous coordinate system.voidFills a rectangular area.voidPSDocumentHandler.handleExtensionObject(Object extension) Handles an extension object.voidPSDocumentHandler.startDocument()Indicates the start of a document.voidPSPainter.startGroup(AffineTransform transform, String layer) Starts a new group of graphical elements.voidIndicates the start of a new page.PSDocumentHandler.startPageContent()Indicates the start of the page content.voidPSDocumentHandler.startPageHeader()Indicates the start of the page header.voidPSDocumentHandler.startPageSequence(String id) Indicates the start of a new page sequence.voidPSDocumentHandler.startPageTrailer()Indicates the start of the page trailer.voidPSPainter.startViewport(AffineTransform transform, Dimension size, Rectangle clipRect) Starts a new viewport, establishing a new coordinate system.