org.apache.fop.image
Class SVGImage
org.apache.fop.image.AbstractFopImage
|
+--org.apache.fop.image.SVGImage
- public class SVGImage
- extends AbstractFopImage
- See Also: AbstractFopImage, FopImage
Field Summary |
(package private) SVGDocument | doc |
Method Summary |
static XMLReader | createParser() creates a SAX parser, using the value of org.xml.sax.parser
defaulting to org.apache.xerces.parsers.SAXParser |
SVGDocument | getSVGDocument() |
Methods inherited from class org.apache.fop.image.AbstractFopImage |
close, getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getPDFFilter, getRessourceBytes, getRessourceBytesSize, getTransparentColor, getURL, getWidth, isTransparent |
doc
SVGDocument doc
SVGImage
public SVGImage(URL href)
throws FopImageException
SVGImage
public SVGImage(URL href, ImageReader imgReader)
throws FopImageException
createParser
public static XMLReader createParser()
- creates a SAX parser, using the value of org.xml.sax.parser
defaulting to org.apache.xerces.parsers.SAXParser
- Returns: the created SAX parser
getSVGDocument
public SVGDocument getSVGDocument()
throws FopImageException