Uses of Class
soc.message.SOCBoardLayout2

Packages that use SOCBoardLayout2
soc.client   
soc.message   
 

Uses of SOCBoardLayout2 in soc.client
 

Methods in soc.client with parameters of type SOCBoardLayout2
static boolean SOCDisplaylessPlayerClient.handleBOARDLAYOUT2(java.util.Map<java.lang.String,SOCGame> games, SOCBoardLayout2 mes)
          handle the "board layout" message, new format
protected  void SOCPlayerClient.MessageTreater.handleBOARDLAYOUT2(SOCBoardLayout2 mes)
          Handle the "board layout" message, in its usual format.
 

Uses of SOCBoardLayout2 in soc.message
 

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