makeNetwork method

LayoutNetwork makeNetwork(
  1. Object coll
)

Create and initialize a LayoutNetwork with the given nodes and links. This should be called by #doLayout when this layout uses a #network. This method calls #createNetwork to allocate the network. This may be overridden in Layout subclasses to customize the initialization. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @param {Diagram|Group|Iterable.

Implementation

_i3.LayoutNetwork makeNetwork(_i2.Object coll) => _i4.callMethod(
      this,
      'makeNetwork',
      [coll],
    );