makeNetwork method

LayoutNetwork makeNetwork(
  1. Object coll
)

Create and initialize a LayoutNetwork with the given nodes and links.

This does not include any nodes of category "Comment". Comment nodes are added by the #addComments method. @param {Diagram|Group|Iterable.

Implementation

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