Uses of Class
soc.message.SOCBoardLayout

Packages that use SOCBoardLayout
soc.client   
soc.message   
soc.robot   
soc.server   
 

Uses of SOCBoardLayout in soc.client
 

Methods in soc.client with parameters of type SOCBoardLayout
protected  void SOCPlayerClient.handleBOARDLAYOUT(SOCBoardLayout mes)
          handle the "board layout" message
protected  void SOCDisplaylessPlayerClient.handleBOARDLAYOUT(SOCBoardLayout mes)
          handle the "board layout" message
 

Uses of SOCBoardLayout in soc.message
 

Methods in soc.message that return SOCBoardLayout
static SOCBoardLayout SOCBoardLayout.parseDataStr(java.lang.String s)
          Parse the command String into a BoardLayout message
 

Uses of SOCBoardLayout in soc.robot
 

Methods in soc.robot with parameters of type SOCBoardLayout
protected  void SOCRobotClient.handleBOARDLAYOUT(SOCBoardLayout mes)
          handle the "board layout" message
 

Uses of SOCBoardLayout in soc.server
 

Methods in soc.server that return SOCBoardLayout
private  SOCBoardLayout SOCServer.getBoardLayoutMessage(SOCGame ga)
          put together the SOCBoardLayout message