MCPcopy 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

updateValueMethod · 0.95
documentChangedMethod · 0.80
fireInsertUpdateMethod · 0.80
fireRemoveUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected