Exemplo n.º 1
0
 /**
  * Checks whether the specified shape intersects the element
  *
  * @param s
  * @return
  */
 public boolean Overlaps(Shape s) {
   return shape.overlaps(s);
 }