ImageWriteParam
Class ImageWriteParam
- java.lang.Object
-
- javax.imageio.IIOParam
-
- javax.imageio.ImageWriteParam
- Direct Known Subclasses:
- BMPImageWriteParam, JPEGImageWriteParam
public class ImageWriteParam extends IIOParam
A class describing how a stream is to be encoded. Instances of this class or its subclasses are used to supply prescriptive "how-to" information to instances of ImageWriter
.
A plug-in for a specific image format may define a subclass of this class, and return objects of that class from the getDefaultWriteParam