Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setSize
Method
setSize
core/src/processing/core/PSurface.java:107–107 ·
view source on GitHub ↗
(int width, int height)
Source
from the content-addressed store, hash-verified
105
public
void
setLocation(
int
x,
int
y);
106
107
public
void
setSize(
int
width,
int
height);
108
109
// /**
110
// * 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
windowResize
Method · 0.65
setSize
Method · 0.65
checkImage
Method · 0.65
validate
Method · 0.65
placePresent
Method · 0.65
setFrameSize
Method · 0.65
setSize
Method · 0.65
run
Method · 0.65
Implementers
2
PSurfaceJOGL
core/src/processing/opengl/PSurfaceJOG
PSurfaceNone
core/src/processing/core/PSurfaceNone.
Calls
no outgoing calls
Tested by
no test coverage detected