Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getSketch
Method
getSketch
app/src/processing/app/ui/Editor.java:1325–1327 ·
view source on GitHub ↗
Gets the current sketch object.
()
Source
from the content-addressed store, hash-verified
1323
* Gets the current sketch object.
1324
*/
1325
public
Sketch getSketch() {
1326
return
sketch;
1327
}
1328
1329
1330
/**
Callers
15
handleOpenInternal
Method · 0.95
build
Method · 0.95
menuSelected
Method · 0.95
findProblems
Method · 0.95
changeMode
Method · 0.80
handleOpen
Method · 0.80
run
Method · 0.80
fileSelected
Method · 0.80
removeMode
Method · 0.80
handleInputMethodCommit
Method · 0.80
paintComponent
Method · 0.80
recalculateMarkerPositions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected