|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.image.analyser.AbstractImageReader | +--org.apache.fop.image.analyser.SVGReader
ImageReader object for SVG document image type.
Fields inherited from class org.apache.fop.image.analyser.AbstractImageReader |
height,
imageStream,
width |
Constructor Summary | |
SVGReader()
|
Method Summary | |
java.lang.String |
getMimeType()
Return correspondig mime type. |
protected boolean |
loadImage()
This means the external svg document will be loaded twice. |
boolean |
verifySignature(java.io.BufferedInputStream fis)
Verify image type. |
Methods inherited from class org.apache.fop.image.analyser.AbstractImageReader |
getHeight,
getInputStream,
getWidth |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SVGReader()
Method Detail |
public boolean verifySignature(java.io.BufferedInputStream fis) throws java.io.IOException
bis
- Image buffered input streampublic java.lang.String getMimeType()
protected boolean loadImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |