javax.swing
Class DebugGraphicsFilter
java.lang.Object
|
+--java.awt.image.ImageFilter
|
+--java.awt.image.RGBImageFilter
|
+--javax.swing.DebugGraphicsFilter
- All Implemented Interfaces:
- Cloneable, java.awt.image.ImageConsumer
- class DebugGraphicsFilter
- extends java.awt.image.RGBImageFilter
Color filter for DebugGraphics, used for images only.
- Version:
- 1.9 12/03/01
- Author:
- Dave Karlton
Method Summary |
int |
filterRGB(int x,
int y,
int rgb)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
Color color
DebugGraphicsFilter
DebugGraphicsFilter(Color c)
filterRGB
public int filterRGB(int x,
int y,
int rgb)
- Overrides:
filterRGB
in class java.awt.image.RGBImageFilter
comments?