MCPcopy 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
1022public String toString() {
1023 return s.toString();
1024 }
1025
1026 public boolean isEmpty() {
1027 return(s.length()==0);

Callers 3

drawTextMethod · 0.95
parseDoubleMethod · 0.45
getWidthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected