reflow abstract method

void reflow(
  1. int newCols,
  2. int newRows,
  3. int oldCols,
  4. int oldRows,
)

Implementation

void reflow(int newCols, int newRows, int oldCols, int oldRows);