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