|
|||||||||
| 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
|
+--jade.gui.MyFilterImage
Javadoc documentation for the file
| Fields inherited from class java.awt.image.RGBImageFilter |
canFilterIndexColorModel,
newmodel,
origmodel |
| Fields inherited from class java.awt.image.ImageFilter |
consumer |
| Constructor Summary | |
MyFilterImage()
|
|
| 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 MyFilterImage()
| 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 | ||||||||