Example #1
0
 @Override
 public boolean isInRange(Rectangle rect1) {
   return rect1.contains(getRectangle());
 }