MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / isEmpty

Method isEmpty

src/org/opensourcephysics/display/TextLine.java:1026–1028  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1024 }
1025
1026 public boolean isEmpty() {
1027 return(s.length()==0);
1028 }
1029
1030 public int getWidth(Graphics g) {
1031 if((g==null)||(f==null)||(s.length()==0)) {

Callers 12

parseTextMethod · 0.95
getFunctionDataMethod · 0.45
getVarNamesMethod · 0.45
parseDataMethod · 0.45
addDatasetMethod · 0.45
isDuplicateNameMethod · 0.45
paintDrawableListMethod · 0.45
runMethod · 0.45
haveSelectedRowsMethod · 0.45
pasteActionMethod · 0.45

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected