MCPcopy 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

buildSelectionMethod · 0.80
createBindLineHelperMethod · 0.80
buildSelectionHelpersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected