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

Method buildArrow

src/ch/hsr/ogv/view/Arrow.java:153–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 protected void buildArrow() {
154 prepareArrowLineEdge();
155 prepareArrowLabel();
156 prepareLines();
157 buildSelectionHelpers();
158 this.selection = new ArrowSelection();
159 this.selection.setVisible(false);
160 setColor(this.color);
161 drawArrow();
162 addElementsToGroup();
163 }
164
165 protected void prepareArrowLineEdge() {
166 this.arrowStart = new ArrowEdge(this.type.getStartType(), this.color);

Callers 1

ArrowMethod · 0.95

Calls 8

prepareArrowLineEdgeMethod · 0.95
prepareArrowLabelMethod · 0.95
prepareLinesMethod · 0.95
buildSelectionHelpersMethod · 0.95
setColorMethod · 0.95
drawArrowMethod · 0.95
addElementsToGroupMethod · 0.95
setVisibleMethod · 0.80

Tested by

no test coverage detected