Searched defs:PixelGrabber (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelGrabber.java35 * The PixelGrabber class implements an ImageConsumer which can be attached
50 * PixelGrabber pg = new PixelGrabber(img, x, y, w, h, pixels, 0, w);
74 public class PixelGrabber implements ImageConsumer { class in inherits:ImageConsumer
97 * Create a PixelGrabber object to grab the (x, y, w, h) rectangular
118 public PixelGrabber(Image img, int x, int y, int w, int h, method in class:PixelGrabber
124 * Create a PixelGrabber object to grab the (x, y, w, h) rectangular
147 public PixelGrabber(ImageProducer ip, int x, int y, int w, int h, method in class:PixelGrabber
161 * Create a PixelGrabber object to grab the (x, y, w, h) rectangular
168 * PixelGrabber t
182 public PixelGrabber(Image img, int x, int y, int w, int h, method in class:PixelGrabber
[all...]

Completed in 30 milliseconds