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

Method install

src/main/java/fieldbox/boxes/plugins/Image.java:36–38  ·  view source on GitHub ↗
(Box root)

Source from the content-addressed store, hash-verified

34 }
35
36 protected Box install(Box root) {
37 return install(root, "__main__");
38 }
39
40 public Box install(Box root, String layerName) {
41 FieldBoxWindow window = root.first(Boxes.window)

Callers 1

ImageMethod · 0.95

Calls 11

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
attachMethod · 0.45
getSceneMethod · 0.45

Tested by

no test coverage detected