MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / setPenRadius

Method setPenRadius

code/algs4/StdDraw.java:836–838  ·  view source on GitHub ↗

Sets the pen size to the default size (0.002). The pen is circular, so that lines have rounded ends, and when you set the pen radius and draw a point, you get a circle of the specified radius. The pen radius is not affected by coordinate scaling.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

mainMethod · 0.95
initMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
VisualAccumulatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected