Uses of Class
ccs.cpc.CpcImage

Packages that use CpcImage
ccs.cpc   
ccs.cpc.impl   
 

Uses of CpcImage in ccs.cpc
 

Fields in ccs.cpc declared as CpcImage
protected  CpcImage ImageHolder.cimg
           
 

Methods in ccs.cpc that return CpcImage
 CpcImage CpcImageDecoder.decode(java.lang.String mimeType, byte[] wad)
          Decode the supplied image data synchronously, returning an image which is ready to use.
 CpcImage ImageHolder.getImage()
          Return the currently-displayed image, which may be null.
 CpcImage ImageManager.getImage(VFile vf)
          Return the image contained in the specified file, iff available.
 

Methods in ccs.cpc with parameters of type CpcImage
 void ImageManager.imageLoaded(VFile job, CpcImage result)
          Notification from the ImageLoader that it's loaded an image.
 

Uses of CpcImage in ccs.cpc.impl
 

Methods in ccs.cpc.impl that return CpcImage
 CpcImage ToolkitDecoder.decode(java.lang.String mimeType, byte[] wad)
          Decode the supplied image data synchronously, returning an image which is ready to use.
 CpcImage SunJpegCodec.decode(java.lang.String mimeType, byte[] wad)
          Decode the supplied image data synchronously, returning an image which is ready to use.