Uses of Interface
org.apache.batik.ext.awt.image.spi.StreamRegistryEntry
-
Packages that use StreamRegistryEntry 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 StreamRegistryEntry in org.apache.batik.ext.awt.image.codec.imageio
Classes in org.apache.batik.ext.awt.image.codec.imageio that implement StreamRegistryEntry 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 StreamRegistryEntry in org.apache.batik.ext.awt.image.codec.png
Classes in org.apache.batik.ext.awt.image.codec.png that implement StreamRegistryEntry Modifier and Type Class Description classPNGRegistryEntry -
Uses of StreamRegistryEntry in org.apache.batik.ext.awt.image.spi
Classes in org.apache.batik.ext.awt.image.spi that implement StreamRegistryEntry Modifier and Type Class Description classMagicNumberRegistryEntryThis Image tag registry entry is built around the notion of magic numbers.
-