Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ sketchWidth
Method
sketchWidth
core/src/processing/core/PApplet.java:1048–1050 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1046
1047
1048
final
public
int
sketchWidth() {
1049
return
width;
1050
}
1051
1052
1053
final
public
int
sketchHeight() {
Callers
7
createPrimaryGraphics
Method · 0.95
start
Method · 0.95
initOffscreen
Method · 0.80
initWindow
Method · 0.80
initOffscreen
Method · 0.80
componentResized
Method · 0.80
initFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected