(double x)
| 626 | } |
| 627 | |
| 628 | public void setTranslateX(double x) { |
| 629 | this.paneBox.setTranslateX(x); |
| 630 | this.selection.setTranslateX(x); |
| 631 | } |
| 632 | |
| 633 | public void setTranslateZ(double z) { |
| 634 | this.paneBox.setTranslateZ(z); |
no outgoing calls
no test coverage detected