initialize method

  1. @override
void initialize(
  1. Context context,
  2. Graph graph,
  3. LCG lcg,
  4. num width,
  5. num height,
)
override

Implementation

@override
void initialize(Context context,Graph graph, lcg,num width,num height) {
  if (!isTrue(graph.nodes)) {
    return;
  }
  _nodes = graph.nodes;
  _initialize();
}