RenderGraphViewWidget<V> constructor

RenderGraphViewWidget<V>(
  1. Graph<V> graph,
  2. GraphViewOrientation orientation,
  3. GraphViewLayoutDelegate<V> layoutDelegate
)

Implementation

RenderGraphViewWidget(this.graph, this.orientation, this.layoutDelegate);