MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / widthProperty

Method widthProperty

src/ch/hsr/ogv/view/Cuboid.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public DoubleProperty widthProperty() {
53 return this.box.widthProperty();
54 }
55
56 public DoubleProperty heightProperty() {
57 return this.box.heightProperty();

Callers 4

setupStageMethod · 0.80
PaneBoxMethod · 0.80
buildBoxMethod · 0.80
buildSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected