MCPcopy Index your code
hub / github.com/processing/processing / setLocation

Method setLocation

core/src/processing/core/PSurface.java:96–96  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

94 //public void checkDisplaySize();
95
96 public void setLocation(int x, int y);
97
98 public void setSize(int width, int height);
99

Callers 14

setLocationMethod · 0.65
placePresentMethod · 0.65
setFrameCenteredMethod · 0.65
placeWindowMethod · 0.65
CharacterSelectorMethod · 0.65
setVisibleMethod · 0.65
runMethod · 0.65
FindReplaceMethod · 0.65
showImportSuggestionMethod · 0.65
VariableInspectorMethod · 0.65
showMethod · 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