EdgeRender constructor

EdgeRender(
  1. Algorithm algorithm,
  2. Graph graph,
  3. Offset offset
)

Implementation

EdgeRender(this.algorithm, this.graph, this.offset);