128129130131132133134135
public double getAngleInRadians() { return this.angle; } protected void fireMoveEvent(final Point oldPosition) { MoveEvent _moveEvent = new MoveEvent(this, oldPosition); this.notifyListeners(_moveEvent); }