clear method

void clear()

clear the borders

Implementation

void clear() {
  _borders.clear();
}