start method

ForceLayout start()

Implementation

ForceLayout start() {
  _simulation?.start();
  return this;
}