MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / PixelGrabber

Class PixelGrabber

src/java/awt/image/PixelGrabber.java:61–360  ·  view source on GitHub ↗

The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image. Here is an example: public abstract void handlesinglepixel(int x, int y, int pixel); public void handlepixels(Image img, int x, int

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected