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

Quick Search    Search Deep

Uses of Package
org.ydp.jai

Classes in org.ydp.jai used by org.ydp.jai
ImageCodec
          An abstract class allowing the creation of image decoders and encoders.
ImageDecodeParam
          An empty (marker) interface to be implemented by all image decoder parameter classes.
ImageDecoder
          An interface describing objects that transform an InputStream into a BufferedImage or Raster.
ImageDecoderImpl
          A partial implementation of the ImageDecoder interface useful for subclassing.
ImageEncodeParam
          An empty (marker) interface to be implemented by all image encoder parameter classes.
ImageEncoder
          An interface describing objects that transform a BufferedImage or Raster into an OutputStream.
ImageEncoderImpl
          A partial implementation of the ImageEncoder interface useful for subclassing.
PNGChunk
           
PNGDecodeParam
          An instance of ImageDecodeParam for decoding images in the PNG format.
PNGEncodeParam
          An instance of ImageEncodeParam for encoding images in the PNG format.
PNGEncodeParam.Gray
           
PNGSuggestedPaletteEntry
          A class representing the fields of a PNG suggested palette entry.
SeekableStream
          An abstract subclass of java.io.InputStream that allows seeking within the input, similar to the RandomAccessFile class.
SimpleRenderedImage
          A simple class implemented the RenderedImage interface.
SSDirectoryEntry
           
StreamSegment
          A utility class representing a segment within a stream as a long starting position and an int length.
StreamSegmentMapper
          An interface for use with the SegmentedSeekableStream class.