Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ getChange
Method
getChange
java/src/processing/mode/java/tweak/Handle.java:206–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
205
206
private
float getChange() {
207
int
pixels = xCurrent - xLast;
208
return
pixels * incValue;
209
}
210
211
212
public
void
setPos(
int
nx,
int
ny) {
Callers
4
updateValue
Method · 0.95
documentChanged
Method · 0.80
fireInsertUpdate
Method · 0.80
fireRemoveUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected