|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.image.AbstractFopImage | +--org.apache.fop.image.SVGImage
AbstractFopImage
,
FopImage
Fields inherited from class org.apache.fop.image.AbstractFopImage |
m_bitmaps,
m_bitmapsSize,
m_bitsPerPixel,
m_colorSpace,
m_height,
m_href,
m_imageReader,
m_isTransparent,
m_transparentColor,
m_width |
Constructor Summary | |
SVGImage(java.net.URL href)
|
|
SVGImage(java.net.URL href,
ImageReader imgReader)
|
Method Summary | |
static org.xml.sax.XMLReader |
createParser()
creates a SAX parser, using the value of org.xml.sax.parser defaulting to org.apache.xerces.parsers.SAXParser |
org.w3c.dom.svg.SVGDocument |
getSVGDocument()
|
protected void |
loadImage()
Load image data and initialize its properties. |
Methods inherited from class org.apache.fop.image.AbstractFopImage |
close,
getBitmaps,
getBitmapsSize,
getBitsPerPixel,
getColorSpace,
getHeight,
getPDFFilter,
getRessourceBytes,
getRessourceBytesSize,
getTransparentColor,
getURL,
getWidth,
isTransparent |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SVGImage(java.net.URL href) throws FopImageException
public SVGImage(java.net.URL href, ImageReader imgReader) throws FopImageException
Method Detail |
public static org.xml.sax.XMLReader createParser()
protected void loadImage() throws FopImageException
public org.w3c.dom.svg.SVGDocument getSVGDocument() throws FopImageException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |