(double z)
| 631 | } |
| 632 | |
| 633 | public void setTranslateZ(double z) { |
| 634 | this.paneBox.setTranslateZ(z); |
| 635 | this.selection.setTranslateZ(z); |
| 636 | } |
| 637 | |
| 638 | public double getTranslateY() { |
| 639 | return this.paneBox.getTranslateY(); |
no outgoing calls
no test coverage detected