pt.ua.gboard.games
Class ChessPieces

java.lang.Object
  extended by pt.ua.gboard.games.ChessPieces

public class ChessPieces
extends java.lang.Object


Field Summary
 GBoard gboard
           
 
Constructor Summary
ChessPieces(GBoard gboard)
           
 
Method Summary
static ChessPiece piece(ChessPieceType type)
           
 Gelem pieceGelem(ChessPieceType type)
           
static ChessPiece random()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gboard

public final GBoard gboard
Constructor Detail

ChessPieces

public ChessPieces(GBoard gboard)
Method Detail

piece

public static ChessPiece piece(ChessPieceType type)

pieceGelem

public Gelem pieceGelem(ChessPieceType type)

random

public static ChessPiece random()