javax.media.jai.registry
Class TileDecoderRegistryMode

java.lang.Object
  |
  +--javax.media.jai.RegistryMode
        |
        +--javax.media.jai.registry.TileDecoderRegistryMode

public class TileDecoderRegistryMode
extends RegistryMode

A class which provides information about the "tileDecoder" registry mode.

Since:
JAI 1.1

Field Summary
static String MODE_NAME
           
 
Constructor Summary
TileDecoderRegistryMode()
          Creates a TileDecoderRegistryMode for describing the "tileDecoder" registry mode.
 
Methods inherited from class javax.media.jai.RegistryMode
addMode, arePreferencesSupported, arePropertiesSupported, getDescriptorClass, getDescriptorClasses, getFactoryClass, getFactoryMethod, getMode, getModeNames, getModeNames, getName, getProductClass, removeMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_NAME

public static final String MODE_NAME
Constructor Detail

TileDecoderRegistryMode

public TileDecoderRegistryMode()
Creates a TileDecoderRegistryMode for describing the "tileDecoder" registry mode.