MCPcopy Index your code
hub / github.com/Nurtak/ObjectGraphVisualization / setBoxVisible

Method setBoxVisible

src/ch/hsr/ogv/view/PaneBox.java:658–660  ·  view source on GitHub ↗
(boolean visible)

Source from the content-addressed store, hash-verified

656 }
657
658 public void setBoxVisible(boolean visible) {
659 this.box.setVisible(visible);
660 }
661
662 public Point3D getCenterPoint() {
663 double y = this.paneBox.getTranslateY() - (this.box.getDepth() / 2);

Callers

nothing calls this directly

Calls 1

setVisibleMethod · 0.80

Tested by

no test coverage detected