Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TextPanel
Method · 0.95
setText
Method · 0.95
Calls
1
parseTeX
Method · 0.95
Tested by
no test coverage detected