Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getGraphics
Method
getGraphics
core/src/processing/core/PApplet.java:1305–1307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1303
1304
1305
public
PGraphics getGraphics() {
1306
return
g;
1307
}
1308
1309
1310
// TODO should this join the sketchXxxx() functions specific to settings()?
Callers
13
showSurface
Method · 0.95
PFont
Method · 0.80
checkImage
Method · 0.80
paintComponent
Method · 0.80
getTextLayout
Method · 0.80
getTextLayout
Method · 0.80
paintComponent
Method · 0.80
paintComponent
Method · 0.80
paint
Method · 0.80
paintComponent
Method · 0.80
loadIcons
Method · 0.80
calcHeight
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected