Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ sketchHeight
Method
sketchHeight
core/src/processing/core/PApplet.java:1053–1055 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1051
1052
1053
final
public
int
sketchHeight() {
1054
return
height;
1055
}
1056
1057
1058
final
public
String sketchRenderer() {
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