MCPcopy 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

setSingleElementsMethod · 0.45
setSmallPartLengthMethod · 0.45
setSmallHorizontalMethod · 0.45
setLargeVerticalMethod · 0.45
setDepthLineMethod · 0.45
setLargeHorizontalMethod · 0.45
setSmallVerticalMethod · 0.45
setSingleElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected