/**
  * Sets the location of the shape by specifying the centre of the shape's bounding box
  *
  * @param centre the centre coordinate of the shape
  */
 public void setCentre(Coordinate centre) {
   dim.setCentre(centre);
 }