@Override
 public void setX(final int x) {
   if (!this.m_useTargetPositionning) {
     super.setX(x);
   }
 }