Ejemplo n.º 1
0
 boolean isAtLeftOf(ZLTextRegion other) {
   return other == null || other.isAtRightOf(this);
 }