|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry | +--org.apache.batik.ext.awt.image.spi.JDKRegistryEntry
This Image tag registy entry is setup to wrap the core JDK Image stream tools.
Field Summary | |
static float |
PRIORITY
The priority of this entry. |
Fields inherited from interface org.apache.batik.ext.awt.image.spi.ErrorConstants |
ERR_STREAM_FORMAT_UNREADABLE, ERR_STREAM_UNREADABLE, ERR_URL_FORMAT_UNREADABLE, ERR_URL_UNREADABLE, RESOURCES |
Constructor Summary | |
JDKRegistryEntry()
|
Method Summary | |
Filter |
handleURL(ParsedURL purl,
boolean needRawData)
Decode the URL into a RenderableImage |
boolean |
isCompatibleURL(ParsedURL purl)
Check if the Stream references an image that can be handled by this format handler. |
Methods inherited from class org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry |
getFormatName, getPriority, getStandardExtensions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.ext.awt.image.spi.RegistryEntry |
getFormatName, getPriority, getStandardExtensions |
Field Detail |
public static final float PRIORITY
Constructor Detail |
public JDKRegistryEntry()
Method Detail |
public boolean isCompatibleURL(ParsedURL purl)
isCompatibleURL
in interface URLRegistryEntry
org.apache.batik.ext.awt.image.spi.URLRegistryEntry
url
- The URL to inspect.public Filter handleURL(ParsedURL purl, boolean needRawData)
handleURL
in interface URLRegistryEntry
is
- The input stream that contains the image.needRawData
- If true the image returned should not have
any default color correction the file may
specify applied.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |