- java.lang.Object
-
- ij.process.FloatBlitter
-
-
Field Summary
Fields Modifier and Type Field Description static floatdivideByZeroValue-
Fields inherited from interface ij.process.Blitter
ADD, AND, AVERAGE, COPY, COPY_INVERTED, COPY_TRANSPARENT, COPY_ZERO_TRANSPARENT, DIFFERENCE, DIVIDE, MAX, MIN, MULTIPLY, OR, SUBTRACT, XOR
-
-
Constructor Summary
Constructors Constructor Description FloatBlitter(FloatProcessor ip)Constructs a FloatBlitter from a FloatProcessor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyBits(ImageProcessor ip, int xloc, int yloc, int mode)Copies the float image in 'ip' to (x,y) using the specified mode.voidsetTransparentColor(Color c)Sets the transparent color used in the COPY_TRANSPARENT mode (default is Color.white).
-
-
-
Constructor Detail
-
FloatBlitter
public FloatBlitter(FloatProcessor ip)
Constructs a FloatBlitter from a FloatProcessor.
-
-
Method Detail
-
setTransparentColor
public void setTransparentColor(Color c)
Description copied from interface:BlitterSets the transparent color used in the COPY_TRANSPARENT mode (default is Color.white).- Specified by:
setTransparentColorin interfaceBlitter
-
copyBits
public void copyBits(ImageProcessor ip, int xloc, int yloc, int mode)
Copies the float image in 'ip' to (x,y) using the specified mode.
-
-