(boolean visible)
| 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); |
nothing calls this directly
no test coverage detected