- java.lang.Object
-
- ij.process.ColorBlitter
-
-
Field Summary
-
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 ColorBlitter(ColorProcessor ip)Constructs a ColorBlitter from a ColorProcessor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyBits(ImageProcessor ip, int xloc, int yloc, int mode)Copies the RGB 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
-
ColorBlitter
public ColorBlitter(ColorProcessor ip)
Constructs a ColorBlitter from a ColorProcessor.
-
-
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 RGB image in 'ip' to (x,y) using the specified mode.
-
-