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

Method setCanvasSize

StdLib/StdDraw3D.java:888–891  ·  view source on GitHub ↗

Sets the window size to w-by-h pixels. @param w The width as a number of pixels. @param h The height as a number of pixels. @throws a RuntimeException if the width or height is 0 or negative.

(int w, int h)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

StdDraw3DClass · 0.95
fullscreenMethod · 0.95

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected