Uses of Class
net.sourceforge.yagurashogi.client.gui.Piece

Packages that use Piece
net.sourceforge.yagurashogi.client.core This part of the Client manages basic shogi objects and rules. 
net.sourceforge.yagurashogi.client.core.pieces This package contains information about how certain pieces move and what do they promote into. 
net.sourceforge.yagurashogi.client.gui Here you can find the game windows and everything related to user interface. 
 

Uses of Piece in net.sourceforge.yagurashogi.client.core
 

Methods in net.sourceforge.yagurashogi.client.core that return Piece
 Piece AIPlayer.getPiece(int x, int y)
           
 Piece AIPlayer.getPieceFromBase(java.lang.String pieceType)
           
 

Uses of Piece in net.sourceforge.yagurashogi.client.core.pieces
 

Subclasses of Piece in net.sourceforge.yagurashogi.client.core.pieces
 class Bishop
           
 class Dragon
           
 class Gold
           
 class Horse
           
 class King
           
 class Knight
           
 class Lance
           
 class Pawn
           
 class PromotedKnight
           
 class PromotedLance
           
 class PromotedSilver
           
 class Rook
           
 class Silver
           
 class Tokin
           
 

Methods in net.sourceforge.yagurashogi.client.core.pieces that return Piece
 Piece Bishop.getDemotedPiece()
           
 Piece Dragon.getDemotedPiece()
           
 Piece Gold.getDemotedPiece()
           
 Piece Horse.getDemotedPiece()
           
 Piece King.getDemotedPiece()
           
 Piece Knight.getDemotedPiece()
           
 Piece Lance.getDemotedPiece()
           
 Piece Pawn.getDemotedPiece()
           
 Piece PromotedKnight.getDemotedPiece()
           
 Piece PromotedLance.getDemotedPiece()
           
 Piece PromotedSilver.getDemotedPiece()
           
 Piece Rook.getDemotedPiece()
           
 Piece Silver.getDemotedPiece()
           
 Piece Tokin.getDemotedPiece()
           
 Piece Bishop.getPromotedPiece()
           
 Piece Dragon.getPromotedPiece()
           
 Piece Gold.getPromotedPiece()
           
 Piece Horse.getPromotedPiece()
           
 Piece King.getPromotedPiece()
           
 Piece Knight.getPromotedPiece()
           
 Piece Lance.getPromotedPiece()
           
 Piece Pawn.getPromotedPiece()
           
 Piece PromotedKnight.getPromotedPiece()
           
 Piece PromotedLance.getPromotedPiece()
           
 Piece PromotedSilver.getPromotedPiece()
           
 Piece Rook.getPromotedPiece()
           
 Piece Silver.getPromotedPiece()
           
 Piece Tokin.getPromotedPiece()
           
 

Uses of Piece in net.sourceforge.yagurashogi.client.gui
 

Methods in net.sourceforge.yagurashogi.client.gui that return Piece
 Piece ShogiBoard.drop(java.lang.String code, int side)
           
abstract  Piece Piece.getDemotedPiece()
           
 Piece ShogiButton.getPiece()
           
 Piece ShogiBoard.getPieceFromBase(java.lang.String code, int side)
           
abstract  Piece Piece.getPromotedPiece()
           
 Piece ShogiButton.popPiece()
           
 

Methods in net.sourceforge.yagurashogi.client.gui with parameters of type Piece
 boolean ShogiBoard.canDrop(Piece piece, java.awt.Point place)
           
 void ShogiBoard.capture(Piece piece, int side)
           
 void ShogiButton.pushPiece(Piece piece)