Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getName
Method
getName
app/src/processing/app/Sketch.java:1586–1588 ·
view source on GitHub ↗
Returns the name of this sketch. (The pretty name of the main tab.)
()
Source
from the content-addressed store, hash-verified
1584
* Returns the name of this sketch. (The pretty name of the main tab.)
1585
*/
1586
public
String getName() {
1587
return
name;
1588
}
1589
1590
1591
/**
Callers
15
startDebug
Method · 0.95
javaToSketchLine
Method · 0.95
preprocessSketch
Method · 0.95
compile
Method · 0.45
launch
Method · 0.45
printHeaders
Method · 0.45
log
Method · 0.45
saveFile
Method · 0.45
listFilesImpl
Method · 0.45
packageListFromZip
Method · 0.45
unzip
Method · 0.45
SketchCode
Method · 0.45
Calls
no outgoing calls
Tested by
1
compile
Method · 0.36