doLayout method

void doLayout(
  1. Object coll
)

Assign the positions of the parts, ignoring any links. @param {Diagram|Group|Iterable.

Implementation

void doLayout(_i2.Object coll) {
  _i4.callMethod(
    this,
    'doLayout',
    [coll],
  );
}