Ejemplo n.º 1
0
 boolean isOver(ZLTextElementRegion other) {
   return other == null || other.isUnder(this);
 }