The priority of this entry.
This entry should in most cases be the last entry.
but if one wishes one could set a priority higher and be called
afterwords
public boolean isCompatibleURL(org.apache.batik.util.ParsedURL purl)
Check if the Stream references an image that can be handled by
this format handler. The input stream passed in should be
assumed to support mark and reset.
If this method throws a StreamCorruptedException then the
InputStream will be closed and a new one opened (if possible).
This method should only throw a StreamCorruptedException if it
is unable to restore the state of the InputStream
(i.e. mark/reset fails basically).
Specified by:
isCompatibleURL in interface org.apache.batik.ext.awt.image.spi.URLRegistryEntry
handleURL
public org.apache.batik.ext.awt.image.renderable.Filter handleURL(org.apache.batik.util.ParsedURL purl,
boolean needRawData)
Decode the URL into a RenderableImage
Specified by:
handleURL in interface org.apache.batik.ext.awt.image.spi.URLRegistryEntry
Parameters:
purl - The URLto decode
needRawData - If true the image returned should not have
any default color correction the file may
specify applied.