Uses of Class
org.apache.fop.render.intermediate.IFException
-
Packages that use IFException Package Description org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.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.intermediate.util 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.ps PostScript Renderer -
-
Uses of IFException in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that throw IFException Modifier and Type Method Description voidAFPPainter. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidAFPPainter. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.voidAFPPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, java.awt.Color innerBackgroundColor)voidAFPPainter. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidAFPPainter. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidAFPPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidAFPPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws 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(java.awt.Rectangle rect, java.awt.Paint fill, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)voidAFPPainter. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.java.lang.StringAFPPainter. getFontKey(FontTriplet triplet)voidAFPDocumentHandler. handleExtensionObject(java.lang.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(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidAFPDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterAFPDocumentHandler. startPageContent()Indicates the start of the page content.voidAFPDocumentHandler. startPageHeader()Indicates the start of the page header.voidAFPDocumentHandler. startPageSequence(java.lang.String id)Indicates the start of a new page sequence.voidAFPPainter. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.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 IFException Modifier and Type Method Description voidAbstractBitmapDocumentHandler. 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(java.lang.Object extension)Handles an extension object.voidAbstractBitmapDocumentHandler. startDocument()Indicates the start of a document.voidAbstractBitmapDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterAbstractBitmapDocumentHandler. startPageContent()Indicates the start of the page content.voidAbstractBitmapDocumentHandler. startPageSequence(java.lang.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 IFException Modifier and Type Method Description voidIFDocumentNavigationHandler. addResolvedAction(AbstractAction action)voidIFSerializer. addResolvedAction(AbstractAction action)voidIFPainter. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidIFSerializer. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidIFPainter. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.voidIFSerializer. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.protected org.xml.sax.ContentHandlerAbstractXMLWritingIFDocumentHandler. createContentHandler(javax.xml.transform.Result result)Creates a ContentHandler for the given JAXP Result instance.voidAbstractIFPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, java.awt.Color innerBackgroundColor)Draws a border rectangle.voidIFPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, java.awt.Color innerBackgroundColor)Draws a border rectangle.voidIFSerializer. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, java.awt.Color innerBackgroundColor)Draws a border rectangle.voidBorderPainter. drawBorders(java.awt.Rectangle borderRect, BorderProps bpsTop, BorderProps bpsBottom, BorderProps bpsLeft, BorderProps bpsRight, java.awt.Color innerBackgroundColor)Draws borders.voidIFPainter. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidIFPainter. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidIFSerializer. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidIFSerializer. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidAbstractIFPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidIFPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidIFSerializer. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidAbstractIFPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, boolean nextIsSpace)voidIFPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws text.voidIFPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, boolean nextIsSpace)voidIFSerializer. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws text.voidIFSerializer. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, boolean nextIsSpace)voidIFGraphicContext.Group. end(IFPainter painter)voidIFGraphicContext.Viewport. end(IFPainter painter)voidAbstractBinaryWritingIFDocumentHandler. 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.voidIFPainter. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.voidIFSerializer. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.protected java.lang.StringAbstractIFPainter. getFontKey(FontTriplet triplet)voidIFDocumentHandler. handleExtensionObject(java.lang.Object extension)Handles an extension object.voidIFSerializer. handleExtensionObject(java.lang.Object extension)Handles an extension object.voidIFParser. parse(javax.xml.transform.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(java.lang.String family, java.lang.String style, java.lang.Integer weight, java.lang.String variant, java.lang.Integer size, java.awt.Color color)Updates the current font.voidIFPainter. setFont(java.lang.String family, java.lang.String style, java.lang.Integer weight, java.lang.String variant, java.lang.Integer size, java.awt.Color color)Updates the current font.voidIFSerializer. setFont(java.lang.String family, java.lang.String style, java.lang.Integer weight, java.lang.String variant, java.lang.Integer size, java.awt.Color color)Updates the current font.voidAbstractBinaryWritingIFDocumentHandler. setResult(javax.xml.transform.Result result)Sets the JAXP Result object to receive the generated content.voidAbstractXMLWritingIFDocumentHandler. setResult(javax.xml.transform.Result result)Sets the JAXP Result object to receive the generated content.voidIFDocumentHandler. setResult(javax.xml.transform.Result result)Sets the JAXP Result object to receive the generated content.voidIFGraphicContext.Group. start(IFPainter painter)voidIFGraphicContext.Viewport. start(IFPainter painter)voidAbstractBinaryWritingIFDocumentHandler. 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(java.awt.geom.AffineTransform[] transforms, java.lang.String layer)Starts a new group of graphical elements.voidIFPainter. startGroup(java.awt.geom.AffineTransform[] transforms, java.lang.String layer)Starts a new group of graphical elements.voidIFPainter. startGroup(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidIFSerializer. startGroup(java.awt.geom.AffineTransform[] transforms, java.lang.String layer)Starts a new group of graphical elements.voidIFSerializer. startGroup(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidIFDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.voidIFSerializer. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterIFDocumentHandler. startPageContent()Indicates the start of the page content.IFPainterIFSerializer. 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(java.lang.String id)Indicates the start of a new page sequence.voidIFSerializer. startPageSequence(java.lang.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(java.awt.geom.AffineTransform[] transforms, java.awt.Dimension size, java.awt.Rectangle clipRect)Starts a new viewport, establishing a new coordinate system.voidIFPainter. startViewport(java.awt.geom.AffineTransform[] transforms, java.awt.Dimension size, java.awt.Rectangle clipRect)Starts a new viewport, establishing a new coordinate system.voidIFPainter. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.Rectangle clipRect)Starts a new viewport, establishing a new coordinate system.voidIFSerializer. startViewport(java.awt.geom.AffineTransform[] transforms, java.awt.Dimension size, java.awt.Rectangle clipRect)Starts a new viewport, establishing a new coordinate system.voidIFSerializer. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.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 IFException Modifier and Type Method Description voidIFConcatenator. appendDocument(javax.xml.transform.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(java.lang.Object extension)Handles an extension object.voidIFDocumentHandlerProxy. setResult(javax.xml.transform.Result result)Sets 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.voidIFDocumentHandlerProxy. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterIFDocumentHandlerProxy. startPageContent()Indicates the start of the page content.voidIFDocumentHandlerProxy. startPageHeader()Indicates the start of the page header.voidIFDocumentHandlerProxy. startPageSequence(java.lang.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 IFException Constructor Description IFConcatenator(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 IFException Modifier and Type Method Description voidJava2DPainter. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidJava2DPainter. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.voidJava2DPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right)voidJava2DPainter. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidJava2DPainter. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidJava2DPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidJava2DPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws 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.voidJava2DPainter. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.voidJava2DDocumentHandler. handleExtensionObject(java.lang.Object extension)voidJava2DDocumentHandler. setResult(javax.xml.transform.Result result)voidJava2DDocumentHandler. startDocument()voidJava2DDocumentHandler. startDocumentHeader()voidJava2DDocumentHandler. startDocumentTrailer()voidJava2DPainter. startGroup(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidJava2DDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)IFPainterJava2DDocumentHandler. startPageContent()voidJava2DDocumentHandler. startPageHeader()voidJava2DDocumentHandler. startPageSequence(java.lang.String id)voidJava2DDocumentHandler. startPageTrailer()voidJava2DPainter. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.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 IFException Modifier and Type Method Description voidPCLPainter. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidPCLPainter. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.voidPCLPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right)voidPCLPainter. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidPCLPainter. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidPCLPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidPCLPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws 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.voidPCLPainter. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.voidPCLDocumentHandler. handleExtensionObject(java.lang.Object extension)Handles an extension object.voidPCLDocumentHandler. startDocument()Indicates the start of a document.voidPCLPainter. startGroup(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidPCLDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterPCLDocumentHandler. startPageContent()Indicates the start of the page content.voidPCLDocumentHandler. startPageSequence(java.lang.String id)Indicates the start of a new page sequence.voidPCLPainter. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.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 IFException Modifier and Type Method Description voidPDFDocumentNavigationHandler. addResolvedAction(AbstractAction action)voidPDFPainter. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidPDFPainter. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.voidPDFPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, java.awt.Color innerBackgroundColor)Draws a border rectangle.voidPDFPainter. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidPDFPainter. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidPDFPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidPDFPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws text.voidPDFPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.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.voidPDFPainter. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.voidPDFDocumentHandler. handleExtensionObject(java.lang.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(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidPDFDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterPDFDocumentHandler. startPageContent()Indicates the start of the page content.voidPDFDocumentHandler. startPageSequence(java.lang.String id)Indicates the start of a new page sequence.voidPDFPainter. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.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 IFException Modifier and Type Method Description voidPSPainter. clipBackground(java.awt.Rectangle rect, BorderProps bpsBefore, BorderProps bpsAfter, BorderProps bpsStart, BorderProps bpsEnd)Restricts the current clipping region to the inner border.voidPSPainter. clipRect(java.awt.Rectangle rect)Restricts the current clipping region with the given rectangle.voidPSPainter. drawBorderRect(java.awt.Rectangle rect, BorderProps top, BorderProps bottom, BorderProps left, BorderProps right, java.awt.Color innerBackgroundColor)Draws a border rectangle.voidPSPainter. drawImage(java.lang.String uri, java.awt.Rectangle rect)Draws an image identified by a URI inside a given rectangle.voidPSPainter. drawImage(org.w3c.dom.Document doc, java.awt.Rectangle rect)Draws an image (represented by a DOM document) inside a given rectangle.voidPSPainter. drawLine(java.awt.Point start, java.awt.Point end, int width, java.awt.Color color, RuleStyle style)Draws a line.voidPSPainter. drawText(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text)Draws 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.voidPSPainter. fillRect(java.awt.Rectangle rect, java.awt.Paint fill)Fills a rectangular area.voidPSDocumentHandler. handleExtensionObject(java.lang.Object extension)Handles an extension object.voidPSDocumentHandler. startDocument()Indicates the start of a document.voidPSPainter. startGroup(java.awt.geom.AffineTransform transform, java.lang.String layer)Starts a new group of graphical elements.voidPSDocumentHandler. startPage(int index, java.lang.String name, java.lang.String pageMasterName, java.awt.Dimension size)Indicates the start of a new page.IFPainterPSDocumentHandler. startPageContent()Indicates the start of the page content.voidPSDocumentHandler. startPageHeader()Indicates the start of the page header.voidPSDocumentHandler. startPageSequence(java.lang.String id)Indicates the start of a new page sequence.voidPSDocumentHandler. startPageTrailer()Indicates the start of the page trailer.voidPSPainter. startViewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.Rectangle clipRect)Starts a new viewport, establishing a new coordinate system.
-