Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ order
Method
order
src/main/java/fieldbox/boxes/plugins/Topology.java:146–148 ·
view source on GitHub ↗
(Rect r)
Source
from the content-addressed store, hash-verified
144
}
145
146
protected
float order(Rect r) {
147
return
Math.abs(r.w) + Math.abs(r.h);
148
}
149
150
protected
void
completeDrag(Box start, Box box) {
151
this.properties.removeFromMap(frameDrawing,
"__ongoingDrag__"
);
Callers
1
button0
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected