Uses of Interface
org.apache.batik.ext.awt.image.spi.RegistryEntry
-
Packages that use RegistryEntry 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 -
-
Uses of RegistryEntry in org.apache.batik.ext.awt.image.codec.imageio
Classes in org.apache.batik.ext.awt.image.codec.imageio that implement RegistryEntry Modifier and Type Class Description classAbstractImageIORegistryEntryThis is the base class for all ImageIO-based RegistryEntry implementations.classImageIOJPEGRegistryEntryRegistryEntry implementation for loading JPEG images through Image I/O.classImageIOPNGRegistryEntryRegistryEntry implementation for loading PNG images through Image I/O.classImageIOTIFFRegistryEntryRegistryEntry implementation for loading TIFF images through Image I/O. -
Uses of RegistryEntry in org.apache.batik.ext.awt.image.codec.png
Classes in org.apache.batik.ext.awt.image.codec.png that implement RegistryEntry Modifier and Type Class Description classPNGRegistryEntry -
Uses of RegistryEntry in org.apache.batik.ext.awt.image.spi
Subinterfaces of RegistryEntry in org.apache.batik.ext.awt.image.spi Modifier and Type Interface Description interfaceStreamRegistryEntryThis type of Image tag registy entry is used for most normal image file formats.interfaceURLRegistryEntryThis type of Image tag registy entry is used for 'odd' URL types.Classes in org.apache.batik.ext.awt.image.spi that implement RegistryEntry Modifier and Type Class Description classAbstractRegistryEntryclassJDKRegistryEntryThis Image tag registy entry is setup to wrap the core JDK Image stream tools.classMagicNumberRegistryEntryThis Image tag registry entry is built around the notion of magic numbers.Methods in org.apache.batik.ext.awt.image.spi with parameters of type RegistryEntry Modifier and Type Method Description voidImageTagRegistry. register(RegistryEntry newRE)
-