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

Method install

src/main/java/fieldbox/boxes/TextDrawing.java:72–74  ·  view source on GitHub ↗
(Box root)

Source from the content-addressed store, hash-verified

70 }
71
72 public Box install(Box root) {
73 return install(root, "__main__");
74 }
75
76 public Box install(Box root, String layerName) {
77 FieldBoxWindow window = root.first(Boxes.window)

Callers

nothing calls this directly

Calls 12

getTranslationRoundedMethod · 0.95
getScaleMethod · 0.95
getCurrentWidthMethod · 0.95
getCurrentHeightMethod · 0.95
getCompositorMethod · 0.95
firstMethod · 0.80
computeIfAbsentMethod · 0.80
addSourceMethod · 0.80
getLayerMethod · 0.80
putMethod · 0.45
attachMethod · 0.45
getSceneMethod · 0.45

Tested by

no test coverage detected