|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.image.ImageFilter | +--java.awt.image.RGBImageFilter | +--com.sun.jimi.core.filters.Gray
Filter to convert a color image to gray.
Fields inherited from class java.awt.image.RGBImageFilter |
canFilterIndexColorModel,
newmodel,
origmodel |
Fields inherited from class java.awt.image.ImageFilter |
consumer |
Constructor Summary | |
Gray()
|
Method Summary | |
int |
filterRGB(int x,
int y,
int rgb)
|
Methods inherited from class java.awt.image.RGBImageFilter |
filterIndexColorModel,
filterRGBPixels,
setColorModel,
setPixels,
setPixels,
substituteColorModel |
Methods inherited from class java.awt.image.ImageFilter |
clone,
getFilterInstance,
imageComplete,
resendTopDownLeftRight,
setDimensions,
setHints,
setProperties |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Gray()
Method Detail |
public int filterRGB(int x, int y, int rgb)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |