Uses of Class
com.spun.util.images.ImageWriter.Encoding
| Package | Description |
|---|---|
| com.spun.util.images |
-
Uses of ImageWriter.Encoding in com.spun.util.images
Methods in com.spun.util.images that return ImageWriter.Encoding Modifier and Type Method Description static ImageWriter.EncodingImageWriter.Encoding. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageWriter.Encoding[]ImageWriter.Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spun.util.images with parameters of type ImageWriter.Encoding Modifier and Type Method Description static voidImageWriter. writeImage(BufferedImage image, OutputStream out, ImageWriter.Encoding type)Constructors in com.spun.util.images with parameters of type ImageWriter.Encoding Constructor Description ImageWriter(BufferedImage image, OutputStream out, ImageWriter.Encoding type)