Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getGraphics
Method
getGraphics
core/src/processing/core/PApplet.java:1218–1220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1216
1217
1218
public
PGraphics getGraphics() {
1219
return
g;
1220
}
1221
1222
1223
// TODO should this join the sketchXxxx() functions specific to settings()?
Callers
7
showSurface
Method · 0.95
PFont
Method · 0.80
checkImage
Method · 0.80
getTextLayout
Method · 0.80
getTextLayout
Method · 0.80
getPreferredSize
Method · 0.80
prepareGraphics
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected