net.sourceforge.simplegamenet.chess
Class ChessMove

java.lang.Object
  extended bynet.sourceforge.simplegamenet.chess.ChessMove
All Implemented Interfaces:
Serializable

public class ChessMove
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChessMove(int sourceX, int sourceY, int destinationX, int destinationY, int chosenPieceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChessMove

public ChessMove(int sourceX,
                 int sourceY,
                 int destinationX,
                 int destinationY,
                 int chosenPieceType)


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.