Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ toString
Method
toString
src/org/opensourcephysics/display/TextLine.java:1021–1024 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1019
}
1020
1021
@Override
1022
public
String toString() {
1023
return
s.toString();
1024
}
1025
1026
public
boolean isEmpty() {
1027
return
(s.length()==0);
Callers
3
drawText
Method · 0.95
parseDouble
Method · 0.45
getWidth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected