132133134135136137138139
*/ public final void setXY(int x, int y, Fx fx) { if (fx == null) { setXY(new Point(x, y)); } else { fx.run(new Move(this, x, y)); } }