updateParts method

void updateParts()

When using a LayoutNetwork, update the "physical" node positionings and link routings. This should be called by #doLayout when this layout uses a #network. This calls #commitLayout to actually set Node positions and route Links. This performs the changes within a transaction. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose

Implementation

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