Uses of Package
org.apache.xmlgraphics.image.codec.util
-
Packages that use org.apache.xmlgraphics.image.codec.util Package Description org.apache.xmlgraphics.image.codec.png Contains a PNG image codec.org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec.org.apache.xmlgraphics.image.codec.util Contains utility classes for image codecs.org.apache.xmlgraphics.image.loader.util Contains utilities and helper classes useful in conjunction with the image package. -
Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.codec.png Class Description 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 theImageDecoder
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. -
Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.codec.tiff Class Description 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 theImageDecoder
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.SeekableStream An abstract subclass ofjava.io.InputStream
that allows seeking within the input, similar to theRandomAccessFile
class. -
Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.codec.util Class Description 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.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.SeekableStream An abstract subclass ofjava.io.InputStream
that allows seeking within the input, similar to theRandomAccessFile
class.SimpleRenderedImage A simple class implemented theRenderedImage
interface. -
Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.loader.util Class Description SeekableStream An abstract subclass ofjava.io.InputStream
that allows seeking within the input, similar to theRandomAccessFile
class.