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

Method set

src/main/java/fieldbox/boxes/plugins/Alignment.java:153–156  ·  view source on GitHub ↗
(Box b, Consumer<Rect> r)

Source from the content-addressed store, hash-verified

151 }
152
153 private void set(Box b, Consumer<Rect> r) {
154 Callbacks.frameModified(b, r);
155 Drawing.dirty(b);
156 }
157
158 private void abutV() {
159 List<Box> s = selected().sorted((a, b) -> Float.compare(a.properties.get(Box.frame).y, b.properties.get(Box.frame).y))

Callers 6

abutMethod · 0.95
abutVMethod · 0.95
leftMethod · 0.95
rightMethod · 0.95
topMethod · 0.95
bottomMethod · 0.95

Calls 2

frameModifiedMethod · 0.95
dirtyMethod · 0.95

Tested by

no test coverage detected