Exemplo n.º 1
0
 protected void createStart() {
   start = source.getMainViewOutPoint(getTarget(), end);
   Tools.convertPointToAncestor(source.getMainView(), start, source);
 }
Exemplo n.º 2
0
 protected void createEnd() {
   end = getTarget().getMainViewInPoint();
   Tools.convertPointToAncestor(this.target.getMainView(), end, source);
 }