MCPcopy 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

initWindowMethod · 0.65
setSizeMethod · 0.65
reshapeMethod · 0.65
setSizeMethod · 0.65
setSizeMethod · 0.65
changedMethod · 0.65
setSizeMethod · 0.65
validateMethod · 0.65
placePresentMethod · 0.65
setFrameSizeMethod · 0.65
setSizeMethod · 0.65
runMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected