MCPcopy Create free account
hub / github.com/benfry/processing4 / setPos

Method setPos

java/src/processing/mode/java/tweak/Handle.java:212–215  ·  view source on GitHub ↗
(int nx, int ny)

Source from the content-addressed store, hash-verified

210
211
212 public void setPos(int nx, int ny) {
213 x = nx;
214 y = ny;
215 }
216
217
218 public void setWidth(int w) {

Callers 3

paintMethod · 0.45
setCurrentXMethod · 0.45
resetProgressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected