Uses of Package
org.apache.xmlgraphics.image.codec.util
Packages that use org.apache.xmlgraphics.image.codec.util
Package
Description
Contains a PNG image codec.
Contains a TIFF image codec.
Contains utility classes for image codecs.
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.pngClassDescriptionAn empty (marker) interface to be implemented by all image decoder parameter classes.An interface describing objects that transform an InputStream into a BufferedImage or Raster.A partial implementation of the
ImageDecoder
interface useful for subclassing.An empty (marker) interface to be implemented by all image encoder parameter classes.An interface describing objects that transform a BufferedImage or Raster into an OutputStream.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.tiffClassDescriptionAn empty (marker) interface to be implemented by all image decoder parameter classes.An interface describing objects that transform an InputStream into a BufferedImage or Raster.A partial implementation of the
ImageDecoder
interface useful for subclassing.An empty (marker) interface to be implemented by all image encoder parameter classes.An interface describing objects that transform a BufferedImage or Raster into an OutputStream.A partial implementation of the ImageEncoder interface useful for subclassing.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.utilClassDescriptionAn empty (marker) interface to be implemented by all image decoder parameter classes.An interface describing objects that transform an InputStream into a BufferedImage or Raster.An empty (marker) interface to be implemented by all image encoder parameter classes.An interface describing objects that transform a BufferedImage or Raster into an OutputStream.An abstract subclass of
java.io.InputStream
that allows seeking within the input, similar to theRandomAccessFile
class.A simple class implemented theRenderedImage
interface. -
Classes in org.apache.xmlgraphics.image.codec.util used by org.apache.xmlgraphics.image.loader.utilClassDescriptionAn abstract subclass of
java.io.InputStream
that allows seeking within the input, similar to theRandomAccessFile
class.