Uses of Enum Class
com.spun.util.images.ImageWriter.Encoding
Packages that use ImageWriter.Encoding
-
Uses of ImageWriter.Encoding in com.spun.util.images
Methods in com.spun.util.images that return ImageWriter.EncodingModifier and TypeMethodDescriptionstatic ImageWriter.EncodingReturns the enum constant of this class with the specified name.static ImageWriter.Encoding[]ImageWriter.Encoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.spun.util.images with parameters of type ImageWriter.EncodingModifier and TypeMethodDescriptionstatic voidImageWriter.writeImage(BufferedImage image, OutputStream out, ImageWriter.Encoding type) Constructors in com.spun.util.images with parameters of type ImageWriter.EncodingModifierConstructorDescriptionImageWriter(BufferedImage image, OutputStream out, ImageWriter.Encoding type)