Uses of Interface
org.apache.xmlgraphics.image.codec.util.ImageEncoder
-
Packages that use ImageEncoder 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 ImageEncoder in org.apache.xmlgraphics.image.codec.png
Classes in org.apache.xmlgraphics.image.codec.png that implement ImageEncoder Modifier and Type Class Description class
PNGImageEncoder
An ImageEncoder for the PNG file format. -
Uses of ImageEncoder in org.apache.xmlgraphics.image.codec.tiff
Classes in org.apache.xmlgraphics.image.codec.tiff that implement ImageEncoder Modifier and Type Class Description class
TIFFImageEncoder
A baseline TIFF writer. -
Uses of ImageEncoder in org.apache.xmlgraphics.image.codec.util
Classes in org.apache.xmlgraphics.image.codec.util that implement ImageEncoder Modifier and Type Class Description class
ImageEncoderImpl
A partial implementation of the ImageEncoder interface useful for subclassing.
-