pointcut move():     
     call(void FigureElement.setXY(int,int)) ||     
     call(void Point.setX(int));