Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.ydp.jai.ImageCodec

Uses of ImageCodec in org.ydp.jai
 

Subclasses of ImageCodec in org.ydp.jai
 class PNGCodec
           
 

Methods in org.ydp.jai that return ImageCodec
static ImageCodec ImageCodec.getCodec(java.lang.String name)
          Returns the ImageCodec associated with the given name.
 

Methods in org.ydp.jai with parameters of type ImageCodec
static void ImageCodec.registerCodec(ImageCodec codec)
          Associates an ImageCodec with its format name, as determined by its getFormatName() method.