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

Method install

src/main/java/fieldbox/boxes/Drawing.java:218–220  ·  view source on GitHub ↗
(Box root)

Source from the content-addressed store, hash-verified

216 }
217
218 public Box install(Box root) {
219 return install(root, "__main__");
220 }
221
222 static FieldBoxWindow cachedWindow;
223 static Box cachedRoot;

Callers 1

OpenMethod · 0.45

Calls 15

getCurrentWidthMethod · 0.95
getCurrentHeightMethod · 0.95
getCompositorMethod · 0.95
drawNowMethod · 0.95
lateDrawNowMethod · 0.95
firstMethod · 0.80
computeIfAbsentMethod · 0.80
addSourceMethod · 0.80
getLayerMethod · 0.80
getGraphicsContextMethod · 0.65
attachMethod · 0.45
getSceneMethod · 0.45

Tested by

no test coverage detected