org.apache.batik.ext.awt.image.spi
public class JDKRegistryEntry extends AbstractRegistryEntry implements URLRegistryEntry
| Nested Class Summary | |
|---|---|
| static class | JDKRegistryEntry.MyImgObs |
| Field Summary | |
|---|---|
| static float | PRIORITY
The priority of this entry.
|
| 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. |
| RenderedImage | loadImage(Image img, DeferRable dr) |
Parameters: purl URL of the image. needRawData If true the image returned should not have any default color correction the file may specify applied.