| Package | Description |
|---|---|
| com.spun.util.images |
| Modifier and Type | Method and Description |
|---|---|
static ImageWriter.Encoding |
ImageWriter.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ImageWriter.writeImage(BufferedImage image,
OutputStream out,
ImageWriter.Encoding type) |
| Constructor and Description |
|---|
ImageWriter(BufferedImage image,
OutputStream out,
ImageWriter.Encoding type) |
Copyright © 2022. All rights reserved.