Uses of Interface
org.apache.batik.ext.awt.image.spi.RegistryEntry

Packages that use RegistryEntry
org.apache.batik.ext.awt.image.spi   
 

Uses of RegistryEntry in org.apache.batik.ext.awt.image.spi
 

Subinterfaces of RegistryEntry in org.apache.batik.ext.awt.image.spi
 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.
 

Classes in org.apache.batik.ext.awt.image.spi that implement RegistryEntry
 class AbstractRegistryEntry
           
 class JDKRegistryEntry
          This Image tag registy entry is setup to wrap the core JDK Image stream tools.
 class JPEGRegistryEntry
           
 class MagicNumberRegistryEntry
          This Image tag registry entry is built around the notion of magic numbers.
 class PNGRegistryEntry
           
 class TIFFRegistryEntry
           
 

Methods in org.apache.batik.ext.awt.image.spi with parameters of type RegistryEntry
 void ImageTagRegistry.register(RegistryEntry newRE)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.