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) SVGDocumentdoc
           

Constructor Summary
SVGImage(URL href)
           
SVGImage(URL href, ImageReader imgReader)
           

Method Summary
 static XMLReadercreateParser()
          creates a SAX parser, using the value of org.xml.sax.parser defaulting to org.apache.xerces.parsers.SAXParser
 SVGDocumentgetSVGDocument()
           

Methods inherited from class org.apache.fop.image.AbstractFopImage
close, getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getPDFFilter, getRessourceBytes, getRessourceBytesSize, getTransparentColor, getURL, getWidth, isTransparent

Field Detail

doc

SVGDocument doc
Constructor Detail

SVGImage

public SVGImage(URL href)
throws FopImageException

SVGImage

public SVGImage(URL href, ImageReader imgReader)
throws FopImageException
Method Detail

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