Uses of Class
org.jogre.comm.CommOfferDraw

Packages that use CommOfferDraw
org.jogre.awt This package contains visual classes which aid the creation of games. 
org.jogre.client This package contains non-visual classes which only the client makes use of including the network connection, the game model and controller. 
 

Uses of CommOfferDraw in org.jogre.awt
 

Methods in org.jogre.awt with parameters of type CommOfferDraw
 void JogreTableFrame.receiveOfferDraw(CommOfferDraw offerDraw)
           
 void JogreClientFrame.receiveOfferDraw(CommOfferDraw commOfferDraw)
          Receive an offer to draw the game from a user.
 

Uses of CommOfferDraw in org.jogre.client
 

Methods in org.jogre.client with parameters of type CommOfferDraw
 void IClient.receiveOfferDraw(CommOfferDraw commOfferDraw)