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

Method text

code/algs4/Draw.java:975–984  ·  view source on GitHub ↗

Writes the given text string in the current font, centered on (x, y). @param x the center x-coordinate of the text @param y the center y-coordinate of the text @param s the text

(double x, double y, String s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 4

scaleXMethod · 0.95
scaleYMethod · 0.95
drawMethod · 0.95
setFontMethod · 0.45

Tested by

no test coverage detected