Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Image
Method · 0.95
Calls
11
getTranslationRounded
Method · 0.95
getScale
Method · 0.95
getCurrentWidth
Method · 0.95
getCurrentHeight
Method · 0.95
getCompositor
Method · 0.95
first
Method · 0.80
computeIfAbsent
Method · 0.80
addSource
Method · 0.80
getLayer
Method · 0.80
attach
Method · 0.45
getScene
Method · 0.45
Tested by
no test coverage detected