MCPcopy 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
1022public String toString() {

Callers 2

parseTextMethod · 0.95
copyAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected