public class VirtualBufferedImageHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualBufferedImageHelper.DataBufferByte |
static class |
VirtualBufferedImageHelper.IORuntimeException |
static class |
VirtualBufferedImageHelper.VirtualDataBuffer |
Constructor and Description |
---|
VirtualBufferedImageHelper() |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
createVirtualBufferedImage(int width,
int height,
int type) |
static BufferedImage |
createVirtualBufferedImage(int width,
int height,
SampleModel sampleModel,
ColorModel colorModel) |
static DataBuffer |
createVirtualDataBuffer(int type,
int size,
int numBanks) |
public static DataBuffer createVirtualDataBuffer(int type, int size, int numBanks) throws IOException
IOException
public static BufferedImage createVirtualBufferedImage(int width, int height, int type)
public static BufferedImage createVirtualBufferedImage(int width, int height, SampleModel sampleModel, ColorModel colorModel) throws VirtualBufferedImageHelper.IORuntimeException