/**
  * Sets the location of the shape by specifying the base coordinate (which in most cases is the
  * lower left point of the envelope containing the shape).
  *
  * @param base the base coordinate of the shape
  */
 public void setBase(Coordinate base) {
   dim.setBase(base);
 }