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

Method setText

src/org/opensourcephysics/display/TextBox.java:63–65  ·  view source on GitHub ↗
(String _text)

Source from the content-addressed store, hash-verified

61 }
62
63 public void setText(String _text) {
64 text = TeXParser.parseTeX(_text);
65 }
66
67 public void setText(String _text, double _x, double _y) {
68 x = _x;

Callers

nothing calls this directly

Calls 1

parseTeXMethod · 0.95

Tested by

no test coverage detected