Uses of Interface
org.apache.xmlgraphics.image.codec.util.ImageDecoder
-
Packages that use ImageDecoder 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. -
-
Uses of ImageDecoder in org.apache.xmlgraphics.image.codec.png
Classes in org.apache.xmlgraphics.image.codec.png that implement ImageDecoder Modifier and Type Class Description class
PNGImageDecoder
-
Uses of ImageDecoder in org.apache.xmlgraphics.image.codec.tiff
Classes in org.apache.xmlgraphics.image.codec.tiff that implement ImageDecoder Modifier and Type Class Description class
TIFFImageDecoder
A baseline TIFF reader. -
Uses of ImageDecoder in org.apache.xmlgraphics.image.codec.util
Classes in org.apache.xmlgraphics.image.codec.util that implement ImageDecoder Modifier and Type Class Description class
ImageDecoderImpl
A partial implementation of theImageDecoder
interface useful for subclassing.
-