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