()
| 168 | } |
| 169 | |
| 170 | protected void prepareArrowLabel() { |
| 171 | this.labelStartRight = new ArrowLabel(); |
| 172 | this.labelStartLeft = new ArrowLabel(); |
| 173 | this.labelEndRight = new ArrowLabel(); |
| 174 | this.labelEndLeft = new ArrowLabel(); |
| 175 | } |
| 176 | |
| 177 | protected void prepareLines() { |
| 178 | this.line = new Box(this.width, this.width, this.startEndDistance); |
no outgoing calls
no test coverage detected