Searched defs:ImageWriter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/javax/imageio/
H A DImageWriter.java44 * The ImageWriter class is an abstract class for encoding images. ImageWriter
52 public abstract class ImageWriter implements ImageTranscoder { class in inherits:ImageTranscoder
95 * Instantiates a new ImageWriter.
98 * the ImageWriterSpi which instantiates this ImageWriter.
100 protected ImageWriter(ImageWriterSpi originatingProvider) { method in class:ImageWriter
111 * Gets the ImageWriterSpi which instantiated this ImageWriter.
243 * Sets the specified Object to the output of this ImageWriter.
613 * Gets the current locale of this ImageWriter.
615 * @return the current locale of this ImageWriter
[all...]

Completed in 69 milliseconds