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

Method setPixels

src/java/awt/image/ImageConsumer.java:134–134  ·  view source on GitHub ↗

The pixels of the image are delivered using one or more calls to the setPixels method. Each call specifies the location and size of the rectangle of source pixels that are contained in the array of pixels. The specified ColorModel object should be used to convert the pixels into their correspondin

(int x, int y, int w, int h,
		   ColorModel model, byte pixels[], int off, int scansize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

setPixelsMethod · 0.65
filterRGBPixelsMethod · 0.65
setPixelsMethod · 0.65
produceMethod · 0.65
setPixelsMethod · 0.65
setPixelsMethod · 0.65

Implementers 2

PixelGrabbersrc/java/awt/image/PixelGrabber.java
ImageFiltersrc/java/awt/image/ImageFilter.java

Calls

no outgoing calls

Tested by

no test coverage detected