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

Method drawArrow

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

Source from the content-addressed store, hash-verified

304 }
305
306 public final void drawArrow() {
307 getTransforms().clear();
308 setLineVisibility();
309 setArrowLineEdge();
310 setArrowLabels();
311 setSingleElements();
312 moveRotateGroup();
313 }
314
315 protected void setLineVisibility() {
316 this.line.setVisible(true);

Callers 11

adaptArrowDirectionMethod · 0.95
adaptArrowLabelMethod · 0.95
adaptArrowToBoxMethod · 0.95
ArrowMethod · 0.95
setTypeMethod · 0.95
buildArrowMethod · 0.95
arrangeEndpointsMethod · 0.95
floorMovedOverMethod · 0.80
changedMethod · 0.80
ReflexiveArrowMethod · 0.80
buildArrowMethod · 0.80

Calls 5

setLineVisibilityMethod · 0.95
setArrowLineEdgeMethod · 0.95
setArrowLabelsMethod · 0.95
setSingleElementsMethod · 0.95
moveRotateGroupMethod · 0.95

Tested by

no test coverage detected