| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.codec.imageio | |
| org.apache.batik.ext.awt.image.codec.png | |
| org.apache.batik.ext.awt.image.spi |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractImageIORegistryEntry |
This is the base class for all ImageIO-based RegistryEntry implementations.
|
class |
ImageIOJPEGRegistryEntry |
RegistryEntry implementation for loading JPEG images through Image I/O.
|
class |
ImageIOPNGRegistryEntry |
RegistryEntry implementation for loading PNG images through Image I/O.
|
class |
ImageIOTIFFRegistryEntry |
RegistryEntry implementation for loading TIFF images through Image I/O.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PNGRegistryEntry |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
StreamRegistryEntry |
This type of Image tag registy entry is used for most normal image
file formats.
|
interface |
URLRegistryEntry |
This type of Image tag registy entry is used for 'odd' URL types.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractRegistryEntry |
|
class |
JDKRegistryEntry |
This Image tag registy entry is setup to wrap the core JDK
Image stream tools.
|
class |
MagicNumberRegistryEntry |
This Image tag registry entry is built around the notion of magic
numbers.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ImageTagRegistry.register(RegistryEntry newRE) |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.