Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ widthProperty
Method
widthProperty
src/ch/hsr/ogv/view/Cuboid.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
DoubleProperty widthProperty() {
53
return
this.box.widthProperty();
54
}
55
56
public
DoubleProperty heightProperty() {
57
return
this.box.heightProperty();
Callers
4
setupStage
Method · 0.80
PaneBox
Method · 0.80
buildBox
Method · 0.80
buildSelection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected