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

Quick Search    Search Deep

Acme.JPM.* (4)Acme.JPM.Encoders.* (4)

Acme: Javadoc index of package Acme.


Package Samples:

Acme.JPM.Encoders

Classes:

ImageEncoder: Abstract class for writing out an image. A framework for classes that encode and write out an image in a particular file format. This provides a simplified rendition of the ImageConsumer interface. It always delivers the pixels as ints in the RGBdefault color model. It always provides them in top-down left-right order. If you want more flexibility you can always implement ImageConsumer directly. Fetch the software. Fetch the entire Acme package.
IntHashtable: A Hashtable that uses ints as the keys. Use just like java.util.Hashtable, except that the keys must be ints. This is much faster than creating a new Integer for each access. Fetch the software. Fetch the entire Acme package.
PpmEncoder: Write out an image as a PPM. Writes an image onto a specified OutputStream in the PPM file format. Fetch the software. Fetch the entire Acme package.
GifEncoder: Write out an image as a GIF. Fetch the software. Fetch the entire Acme package.
GrayJPEG: DOCUMENT ME!
IntHashtableEntry
IntHashtableEnumerator
GifEncoderHashitem

Home | Contact Us | Privacy Policy | Terms of Service