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

Method prepareLines

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

Source from the content-addressed store, hash-verified

175 }
176
177 protected void prepareLines() {
178 this.line = new Box(this.width, this.width, this.startEndDistance);
179 }
180
181 protected void buildSelectionHelpers() {
182 double lineSelectionGap = 100;

Callers 1

buildArrowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected