()
| 163 | } |
| 164 | |
| 165 | protected void prepareArrowLineEdge() { |
| 166 | this.arrowStart = new ArrowEdge(this.type.getStartType(), this.color); |
| 167 | this.arrowEnd = new ArrowEdge(this.type.getEndType(), this.color); |
| 168 | } |
| 169 | |
| 170 | protected void prepareArrowLabel() { |
| 171 | this.labelStartRight = new ArrowLabel(); |
no test coverage detected