Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ copyState
Method
copyState
src/org/opensourcephysics/display/TextLine.java:1013–1019 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1011
}
1012
1013
public
TextState copyState() {
1014
TextState tmp =
new
TextState();
1015
tmp.f = f;
1016
tmp.x = x;
1017
tmp.y = y;
1018
return
tmp;
1019
}
1020
1021
@Override
1022
public
String toString() {
Callers
2
parseText
Method · 0.95
copyAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected