MCPcopy Create free account
hub / github.com/Semaserg/LeetCodeProblems / picture

Method picture

graph/GenerateMaze_vstar/StdDraw.java:1337–1350  ·  view source on GitHub ↗

Draws the specified image centered at ( x , y ). The supported image formats are JPEG, PNG, and GIF. As an optimization, the picture is cached, so there is no performance penalty for redrawing the same image multiple times (e.g., in an animation). However, if you change the picture fi

(double x, double y, String filename)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

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

Tested by

no test coverage detected