()
| 317 | } |
| 318 | |
| 319 | protected void setSingleElements() { |
| 320 | double endGap = this.arrowEnd.getAdditionalGap(); |
| 321 | double startGap = this.arrowStart.getAdditionalGap(); |
| 322 | double gapDistance = this.startEndDistance - (endGap + startGap) / 2; |
| 323 | |
| 324 | this.line.setDepth(gapDistance); |
| 325 | this.line.setTranslateZ((-endGap + startGap) / 4); |
| 326 | } |
| 327 | |
| 328 | protected void moveRotateGroup() { |
| 329 | this.rotateYAngle = GeometryUtil.rotateYAngle(this.startPoint, this.endPoint); |
no test coverage detected