Example #1
0
 /**
  * Finds if some text is situated in some point Checks if the point fills within the box of some
  * Quickdraw text. If this is the case, said text is returned.
  *
  * @param p the point choosen
  * @result the string associated to this point
  */
 public String getText(Point p) {
   return port.getLinkManager().getText(p);
 } // getText