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

Packages that use ShogiBoard
net.sourceforge.yagurashogi.client.core This part of the Client manages basic shogi objects and rules. 
net.sourceforge.yagurashogi.client.gui Here you can find the game windows and everything related to user interface. 
 

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

Methods in net.sourceforge.yagurashogi.client.core that return ShogiBoard
 ShogiBoard Game.getBoard()
           
 

Constructors in net.sourceforge.yagurashogi.client.core with parameters of type ShogiBoard
Game(Player downPlayer, Player upPlayer, ShogiBoard board)
           
 

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

Fields in net.sourceforge.yagurashogi.client.gui declared as ShogiBoard
 ShogiBoard MainForm.board