Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
beginRecord
Method · 0.95
beginRaw
Method · 0.95
shrinkImage
Method · 0.45
shrinkImage
Method · 0.45
Calls
1
makeGraphics
Method · 0.95
Tested by
no test coverage detected