public class ImageWriter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageWriter.Encoding |
| Constructor and Description |
|---|
ImageWriter(BufferedImage image,
OutputStream out,
ImageWriter.Encoding type) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getImageId() |
void |
start() |
static BufferedImage |
toBufferedImage(Image image) |
static void |
writeImage(BufferedImage image,
OutputStream out,
ImageWriter.Encoding type) |
public ImageWriter(BufferedImage image, OutputStream out, ImageWriter.Encoding type)
public static void writeImage(BufferedImage image, OutputStream out, ImageWriter.Encoding type)
public static BufferedImage toBufferedImage(Image image)
public void start()
public static int getImageId()
Copyright © 2022. All rights reserved.