MCPcopy 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

showSurfaceMethod · 0.95
PFontMethod · 0.80
checkImageMethod · 0.80
paintComponentMethod · 0.80
getTextLayoutMethod · 0.80
getTextLayoutMethod · 0.80
paintComponentMethod · 0.80
paintComponentMethod · 0.80
paintMethod · 0.80
paintComponentMethod · 0.80
loadIconsMethod · 0.80
calcHeightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected