|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.image.analyser.SVGReader
public class SVGReader
ImageReader object for SVG document image type.
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
Logger instance |
static java.lang.String |
SVG_MIME_TYPE
SVG's MIME type |
| Constructor Summary | |
|---|---|
SVGReader()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMimeType()
Returns the MIME type supported by this implementation. |
FopImage.ImageInfo |
verifySignature(java.lang.String uri,
java.io.InputStream fis,
FOUserAgent ua)
Verify image type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
public static final java.lang.String SVG_MIME_TYPE
| Constructor Detail |
|---|
public SVGReader()
| Method Detail |
|---|
public FopImage.ImageInfo verifySignature(java.lang.String uri,
java.io.InputStream fis,
FOUserAgent ua)
throws java.io.IOException
ImageReader
verifySignature in interface ImageReaderuri - URI to the imagefis - Image buffered input streamua - The user agent
true if image type is the handled one
java.io.IOException - if an I/O error occursImageReaderpublic java.lang.String getMimeType()
|
fop 0.94 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||