Packagecom.godpaper.as3.model.vos.pgn
Classpublic class ChessBookVO
InheritanceChessBookVO Inheritance Object

ChessBookVO,棋谱部分是PGN的主要内容,记录了每一回合的着法、评注和结果。

See also

http://www.xqbase.com/protocol/cchess_pgn.htm


Public Properties
 PropertyDefined By
  body : Vector.<ChessBookMoveVO>
ChessBookVO
  footer : String
ChessBookVO
  title : String
ChessBookVO
Public Methods
 MethodDefined By
  
toString():String
ChessBookVO
Property Detail
bodyproperty
public var body:Vector.<ChessBookMoveVO>

footerproperty 
public var footer:String

titleproperty 
public var title:String

Method Detail
toString()method
public function toString():String

Returns
String