MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / setType

Method setType

src/ch/hsr/ogv/view/Arrow.java:134–139  ·  view source on GitHub ↗
(RelationType type)

Source from the content-addressed store, hash-verified

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;

Callers 1

adaptArrowDirectionMethod · 0.95

Calls 4

drawArrowMethod · 0.95
getStartTypeMethod · 0.80
getEndTypeMethod · 0.80
setEndpointTypeMethod · 0.45

Tested by

no test coverage detected