MCPcopy 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

initWindowMethod · 0.65
setSizeMethod · 0.65
reshapeMethod · 0.65
setSizeMethod · 0.65
windowResizeMethod · 0.65
setSizeMethod · 0.65
checkImageMethod · 0.65
validateMethod · 0.65
placePresentMethod · 0.65
setFrameSizeMethod · 0.65
setSizeMethod · 0.65
runMethod · 0.65

Implementers 2

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.

Calls

no outgoing calls

Tested by

no test coverage detected