MCPcopy Index your code
hub / github.com/benfry/processing4 / createGraphics

Method createGraphics

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

Source from the content-addressed store, hash-verified

1758
1759
1760 public PGraphics createGraphics(int w, int h) {
1761 return createGraphics(w, h, JAVA2D);
1762 }
1763
1764
1765 /**

Callers 4

beginRecordMethod · 0.95
beginRawMethod · 0.95
shrinkImageMethod · 0.45
shrinkImageMethod · 0.45

Calls 1

makeGraphicsMethod · 0.95

Tested by

no test coverage detected