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

Method fixText

src/org/opensourcephysics/display/TextPanel.java:55–57  ·  view source on GitHub ↗
(String _text)

Source from the content-addressed store, hash-verified

53 }
54
55 private static String fixText(String _text) {
56 return (_text == null ? "" : TeXParser.parseTeX(_text));
57 }
58
59 /**
60 * Sets the text. -- BH never called??

Callers 2

TextPanelMethod · 0.95
setTextMethod · 0.95

Calls 1

parseTeXMethod · 0.95

Tested by

no test coverage detected