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

Method Arrow

src/ch/hsr/ogv/view/Arrow.java:62–67  ·  view source on GitHub ↗
(Point3D startPoint, Point3D endPoint, RelationType type)

Source from the content-addressed store, hash-verified

60 private boolean isSelected = false;
61
62 public Arrow(Point3D startPoint, Point3D endPoint, RelationType type) {
63 setPoints(startPoint, endPoint);
64 this.type = type;
65 buildArrow();
66 drawArrow();
67 }
68
69 public Arrow(PaneBox startBox, Point3D endPoint, RelationType type) {
70 setPoints(startBox, endPoint);

Callers

nothing calls this directly

Calls 3

setPointsMethod · 0.95
buildArrowMethod · 0.95
drawArrowMethod · 0.95

Tested by

no test coverage detected