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

Method drawImage

src/java/awt/Graphics.java:435–436  ·  view source on GitHub ↗

Draws the specified image at the specified coordinate (x, y). If the image is incomplete the image observer will be notified later. @param img the specified image to be drawn @param x the x coordinate @param y the y coordinate @param observer notifies if the image is complete or not @see Image @see

(Image img, int x, int y, 
				      ImageObserver observer)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

drawImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected