java.lang.Object
ij.process.FloatBlitter
- All Implemented Interfaces:
Blitter
This class does bit blitting of 32-bit floating-point images.
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionConstructs a FloatBlitter from a FloatProcessor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyBits
(ImageProcessor ip, int xloc, int yloc, int mode) Copies the float image in 'ip' to (x,y) using the specified mode.void
Sets the transparent color used in the COPY_TRANSPARENT mode (default is Color.white).
-
Field Details
-
divideByZeroValue
public static float divideByZeroValue
-
-
Constructor Details
-
FloatBlitter
Constructs a FloatBlitter from a FloatProcessor.
-
-
Method Details
-
setTransparentColor
Description copied from interface:Blitter
Sets the transparent color used in the COPY_TRANSPARENT mode (default is Color.white).- Specified by:
setTransparentColor
in interfaceBlitter
-
copyBits
Copies the float image in 'ip' to (x,y) using the specified mode.
-