Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getSketch
Method
getSketch
app/src/processing/app/ui/Editor.java:1589–1591 ·
view source on GitHub ↗
Gets the current sketch object.
()
Source
from the content-addressed store, hash-verified
1587
* Gets the current sketch object.
1588
*/
1589
public
Sketch getSketch() {
1590
return
sketch;
1591
}
1592
1593
1594
/**
Callers
15
handleOpen
Method · 0.95
build
Method · 0.95
menuSelected
Method · 0.95
findProblems
Method · 0.95
changeMode
Method · 0.80
run
Method · 0.80
fileSelected
Method · 0.80
handleInputMethodCommit
Method · 0.80
paintComponent
Method · 0.80
recalculateMarkerPositions
Method · 0.80
remove
Method · 0.80
append
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected