MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / order

Method order

src/main/java/fieldbox/boxes/plugins/Dispatch.java:291–293  ·  view source on GitHub ↗
(Rect r)

Source from the content-addressed store, hash-verified

289 }
290
291 protected float order(Rect r) {
292 return Math.abs(r.w) + Math.abs(r.h);
293 }
294
295 protected void completeDrag(Box start, Box box) {
296 this.properties.removeFromMap(frameDrawing, "__ongoingDrag__");

Callers 4

onKeyDownMethod · 0.95
onMouseMoveMethod · 0.95
button0Method · 0.95
updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected