Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseText
Method · 0.95
getFunctionData
Method · 0.45
getVarNames
Method · 0.45
parseData
Method · 0.45
addDataset
Method · 0.45
isDuplicateName
Method · 0.45
paintDrawableList
Method · 0.45
run
Method · 0.45
setColumnSelectionFromJTable
Method · 0.45
addColumnSelectionInterval
Method · 0.45
haveSelectedRows
Method · 0.45
pasteAction
Method · 0.45
Calls
1
length
Method · 0.80
Tested by
no test coverage detected