public class VirtualBufferedImageHelper
extends java.lang.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 java.awt.image.BufferedImage |
createVirtualBufferedImage(int width,
int height,
int type) |
static java.awt.image.BufferedImage |
createVirtualBufferedImage(int width,
int height,
java.awt.image.SampleModel sampleModel,
java.awt.image.ColorModel colorModel) |
static java.awt.image.DataBuffer |
createVirtualDataBuffer(int type,
int size,
int numBanks) |
public static java.awt.image.DataBuffer createVirtualDataBuffer(int type, int size, int numBanks) throws java.io.IOException
java.io.IOException
public static java.awt.image.BufferedImage createVirtualBufferedImage(int width, int height, int type)
public static java.awt.image.BufferedImage createVirtualBufferedImage(int width, int height, java.awt.image.SampleModel sampleModel, java.awt.image.ColorModel colorModel) throws VirtualBufferedImageHelper.IORuntimeException