MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / picture

Method picture

StdLib/StdDraw.java:636–646  ·  view source on GitHub ↗

Draw picture (gif, jpg, or png) centered on (x, y). @param x the center x-coordinate of the image @param y the center y-coordinate of the image @param s the name of the image/picture, e.g., "ball.gif" @throws RuntimeException if the image is corrupt

(double x, double y, String s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

getImageMethod · 0.95
scaleXMethod · 0.95
scaleYMethod · 0.95
drawMethod · 0.95
factorXMethod · 0.95
factorYMethod · 0.95
pixelMethod · 0.95
rotateMethod · 0.80

Tested by

no test coverage detected