Uses of Class
legacy.resource.Codec

Packages that use Codec
legacy.resource This package is where classes used for handling media should be kept and includes codecs for loading specific mime types. 
legacy.resource.codecs.image Package for maintaing image codecs 
 

Uses of Codec in legacy.resource
 

Methods in legacy.resource that return Codec
static Codec[] CodecLibrary.getFontCodecs()
          getFontCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getFontCodecs()
          getFontCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getFontCodecsFor(java.lang.String ext)
          getFontCodecsFor(String ext) returns a list of codecs which may be associated with this extension
static Codec[] CodecLibrary.getImageCodecs()
          getImageCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getImageCodecs()
          getImageCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getImageCodecsFor(java.lang.String ext)
          getImageCodecsFor(String ext) returns a list of codecs which may be associated with this extension
static Codec[] CodecLibrary.getMidiCodecs()
          getMidiCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getMidiCodecs()
          getMidiCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getMidiCodecsFor(java.lang.String ext)
          getMidiCodecsFor(String ext) returns a list of codecs which may be associated with this extension
static Codec[] CodecLibrary.getPalletCodecs()
          getPalletCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getPalletCodecs()
          getPalletCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getPalletCodecsFor(java.lang.String ext)
          getPalletCodecsFor(String ext) returns a list of codecs which may be associated with this extension
static Codec[] CodecLibrary.getSoundCodecs()
          getSoundCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getSoundCodecs()
          getSoundCodecsFor(String ext) returns a list of codecs for this type
 Codec[] ResourceManager.getSoundCodecsFor(java.lang.String ext)
          getSoundCodecsFor(String ext) returns a list of codecs which may be associated with this extension
 

Uses of Codec in legacy.resource.codecs.image
 

Subclasses of Codec in legacy.resource.codecs.image
 class BMPCodec
          BMPCodec.class codec for encoding and decoding the Bitmap Format
 class GIFCodec
          BMPCodec.class codec for encoding and decoding the Bitmap Format
 class ImageIOCodec
          ImageIOCodec.class
 class JPEGCodec
          BMPCodec.class codec for encoding and decoding the Bitmap Format
 class JPGCodec
          BMPCodec.class codec for encoding and decoding the Bitmap Format
 class PNGCodec
          BMPCodec.class codec for encoding and decoding the Bitmap Format
 class WBMPCodec
          BMPCodec.class codec for encoding and decoding the Bitmap Format