public class ImageUtilities extends Object
| Constructor and Description |
|---|
ImageUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
create(int width,
int height) |
static BufferedImage |
getEmptyImage(Dimension size,
ImageCodec imageCodec) |
static BufferedImage |
getNonTransparentImage(Dimension size) |
static BufferedImage |
getTransparentImage(Dimension size) |
public static BufferedImage create(int width, int height)
public static BufferedImage getEmptyImage(Dimension size, ImageCodec imageCodec)
public static BufferedImage getTransparentImage(Dimension size)
public static BufferedImage getNonTransparentImage(Dimension size)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.