MCPcopy 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

showSurfaceMethod · 0.95
PFontMethod · 0.80
checkImageMethod · 0.80
getTextLayoutMethod · 0.80
getTextLayoutMethod · 0.80
getPreferredSizeMethod · 0.80
prepareGraphicsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected