MCPcopy Index your code
hub / github.com/processing/processing / createGraphics

Method createGraphics

core/src/processing/core/PApplet.java:2127–2129  ·  view source on GitHub ↗
(int w, int h)

Source from the content-addressed store, hash-verified

2125
2126
2127 public PGraphics createGraphics(int w, int h) {
2128 return createGraphics(w, h, JAVA2D);
2129 }
2130
2131
2132 /**

Callers 3

beginRecordMethod · 0.95
beginRawMethod · 0.95
shrinkImageMethod · 0.45

Calls 1

makeGraphicsMethod · 0.95

Tested by

no test coverage detected