commitLayout method

void commitLayout()

Position each Node according to the Vertex position, and then position the Links.

You should not call this method -- it is a "protected virtual" method.

Implementation

void commitLayout() {
  _i4.callMethod(
    this,
    'commitLayout',
    [],
  );
}