Ejemplo n.º 1
0
 /** Gets the display box of the connector. */
 public Rectangle displayBox() {
   Point p = fLocator.locate(owner());
   return new Rectangle(p.x - SIZE / 2, p.y - SIZE / 2, SIZE, SIZE);
 }
Ejemplo n.º 2
0
 public Point locate() {
   return fLocator.locate(owner());
 }
Ejemplo n.º 3
0
 protected Point locate(ConnectionFigure connection) {
   return fLocator.locate(owner());
 }