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