Internet Chess ToolKit
v0.2.0

ictk.boardgame.chess.net.ics
Class ICSMove

java.lang.Object
  extended byictk.boardgame.chess.net.ics.ICSMove

public class ICSMove
extends java.lang.Object


Constructor Summary
ICSMove()
           
 
Method Summary
 int getMoveNumber()
           
 int getMoveTime()
           
 java.lang.String getMoveTimeAsString()
          The format will be HH:MM:SS.mmm or MM:SS.mmm or M:SS.mmm depending on if H > 0 and if M > 9.
 java.lang.String getSAN()
           
 boolean isBlack()
           
 void setBlack(boolean t)
           
 void setMoveNumber(int number)
           
 void setMoveTime(int milliseconds)
           
 void setSAN(java.lang.String move)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ICSMove

public ICSMove()
Method Detail

getSAN

public java.lang.String getSAN()

setSAN

public void setSAN(java.lang.String move)

getMoveTime

public int getMoveTime()

setMoveTime

public void setMoveTime(int milliseconds)

isBlack

public boolean isBlack()

setBlack

public void setBlack(boolean t)

getMoveNumber

public int getMoveNumber()

setMoveNumber

public void setMoveNumber(int number)

getMoveTimeAsString

public java.lang.String getMoveTimeAsString()
The format will be HH:MM:SS.mmm or MM:SS.mmm or M:SS.mmm depending on if H > 0 and if M > 9.


toString

public java.lang.String toString()

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .