Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nurtak/ObjectGraphVisualization
/ setDepth
Method
setDepth
src/ch/hsr/ogv/view/Cuboid.java:68–70 ·
view source on GitHub ↗
(double value)
Source
from the content-addressed store, hash-verified
66
}
67
68
public
void
setDepth(double value) {
69
this.box.setDepth(value);
70
}
71
72
public
double getDepth() {
73
return
this.box.getDepth();
Callers
8
setSingleElements
Method · 0.45
setSmallPartLength
Method · 0.45
setSmallHorizontal
Method · 0.45
setLargeVertical
Method · 0.45
setDepthLine
Method · 0.45
setLargeHorizontal
Method · 0.45
setSmallVertical
Method · 0.45
setSingleElements
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected