Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ depthProperty
Method
depthProperty
src/ch/hsr/ogv/view/Cuboid.java:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
DoubleProperty depthProperty() {
61
return
this.box.depthProperty();
62
}
63
64
public
void
setDrawTopFace(boolean drawTopFace) {
65
this.box.setDrawTopFace(drawTopFace);
Callers
3
buildSelection
Method · 0.80
createBindLineHelper
Method · 0.80
buildSelectionHelpers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected