예제 #1
0
 boolean isOver(ZLTextElementRegion other) {
   return other == null || other.isUnder(this);
 }