Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setSize
Method
setSize
core/src/processing/core/PSurface.java:98–98 ·
view source on GitHub ↗
(int width, int height)
Source
from the content-addressed store, hash-verified
96
public
void
setLocation(
int
x,
int
y);
97
98
public
void
setSize(
int
width,
int
height);
99
100
// /**
101
// * Called by {@link PApplet#createGraphics} to initialize the
Callers
15
initWindow
Method · 0.65
setSize
Method · 0.65
reshape
Method · 0.65
setSize
Method · 0.65
setSize
Method · 0.65
changed
Method · 0.65
setSize
Method · 0.65
validate
Method · 0.65
placePresent
Method · 0.65
setFrameSize
Method · 0.65
setSize
Method · 0.65
run
Method · 0.65
Implementers
3
PSurfaceJOGL
core/src/processing/opengl/PSurfaceJOG
PSurfaceNone
core/src/processing/core/PSurfaceNone.
PSurfaceFX
core/src/processing/javafx/PSurfaceFX.
Calls
no outgoing calls
Tested by
no test coverage detected