run abstract method

Size run(
  1. Graph? graph,
  2. double shiftX,
  3. double shiftY
)

Executes the algorithm. @param shiftY Shifts the y-coordinate origin @param shiftX Shifts the x-coordinate origin @return The size of the graph

Implementation

Size run(Graph? graph, double shiftX, double shiftY);