(RelationType type)
| 132 | } |
| 133 | |
| 134 | public void setType(RelationType type) { |
| 135 | this.type = type; |
| 136 | this.arrowStart.setEndpointType(type.getStartType()); |
| 137 | this.arrowEnd.setEndpointType(type.getEndType()); |
| 138 | drawArrow(); |
| 139 | } |
| 140 | |
| 141 | public List<Box> getLineSelectionHelpers() { |
| 142 | return lineSelectionHelpers; |
no test coverage detected