MCPcopy 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

setupStageMethod · 0.45
PaneBoxMethod · 0.45
buildBoxMethod · 0.45
buildSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected