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

Quick Search    Search Deep

Uses of Interface
org.ydp.jai.ImageEncoder

Uses of ImageEncoder in org.ydp.jai
 

Classes in org.ydp.jai that implement ImageEncoder
 class ImageEncoderImpl
          A partial implementation of the ImageEncoder interface useful for subclassing.
 class PNGImageEncoder
          An ImageEncoder for the PNG file format.
 

Methods in org.ydp.jai that return ImageEncoder
protected  ImageEncoder PNGCodec.createImageEncoder(java.io.OutputStream dst, ImageEncodeParam param)
           
static ImageEncoder ImageCodec.createImageEncoder(java.lang.String name, java.io.OutputStream dst, ImageEncodeParam param)
          Returns an ImageEncoder object suitable for encoding to the supplied OutputStream, using the supplied ImageEncoderParam object.
protected abstract  ImageEncoder ImageCodec.createImageEncoder(java.io.OutputStream dst, ImageEncodeParam param)
          In a concrete subclass of ImageCodec, returns an implementation of the ImageEncoder interface appropriate for that codec.