Modifier and Type | Field and Description |
---|---|
static float |
divideByZeroValue |
ADD, AND, AVERAGE, COPY, COPY_INVERTED, COPY_TRANSPARENT, COPY_ZERO_TRANSPARENT, DIFFERENCE, DIVIDE, MAX, MIN, MULTIPLY, OR, SUBTRACT, XOR
Constructor and Description |
---|
FloatBlitter(FloatProcessor ip)
Constructs a FloatBlitter from a FloatProcessor.
|
Modifier and Type | Method and Description |
---|---|
void |
copyBits(ImageProcessor ip,
int xloc,
int yloc,
int mode)
Copies the float image in 'ip' to (x,y) using the specified mode.
|
void |
setTransparentColor(Color c)
Sets the transparent color used in the COPY_TRANSPARENT
mode (default is Color.white).
|
public FloatBlitter(FloatProcessor ip)
public void setTransparentColor(Color c)
Blitter
setTransparentColor
in interface Blitter
public void copyBits(ImageProcessor ip, int xloc, int yloc, int mode)