|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.process.ColorBlitter
public class ColorBlitter
This class does bit blitting of RGB images.
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 | |
---|---|
ColorBlitter(ColorProcessor ip)
Constructs a ColorBlitter from a ColorProcessor. |
Method Summary | |
---|---|
void |
copyBits(ImageProcessor ip,
int xloc,
int yloc,
int mode)
Copies the RGB image in 'ip' to (x,y) using the specified mode. |
void |
setTransparentColor(java.awt.Color c)
Sets the transparent color used in the COPY_TRANSPARENT mode (default is Color.white). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorBlitter(ColorProcessor ip)
Method Detail |
---|
public void setTransparentColor(java.awt.Color c)
Blitter
setTransparentColor
in interface Blitter
public void copyBits(ImageProcessor ip, int xloc, int yloc, int mode)
copyBits
in interface Blitter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |