Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paint
Method · 0.45
setCurrentX
Method · 0.45
resetProgress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected