MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / append

Method append

src/org/jibble/epsgraphics/EpsGraphics2D.java:276–278  ·  view source on GitHub ↗

Appends a line to the EpsDocument.

(String line)

Source from the content-addressed store, hash-verified

274 * Appends a line to the EpsDocument.
275 */
276 private void append(String line) {
277 _document.append(this, line);
278 }
279
280 /**
281 * Returns the point after it has been transformed by the transformation.

Callers 7

drawMethod · 0.95
drawStringMethod · 0.95
setStrokeMethod · 0.95
setColorMethod · 0.95
setFontMethod · 0.95
setClipMethod · 0.95
drawImageMethod · 0.95

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected