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

Method prepareArrowLabel

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

Source from the content-addressed store, hash-verified

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);

Callers 2

buildArrowMethod · 0.95
buildArrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected