Jogre API, Version 0.2.1 Alpha

This document is the API specification for JOGRE (Java Online Gaming Real-time Engine), version 0.2.1 alpha.

See:
          Description

Packages
info.clearthought.layout This package contains the TableLayout component layout manager (v 1.0).
nanoxml Contains the NanoXML/Lite XML Parser (v 2.2.3).
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.
org.jogre.client.awt This package contains visual classes which aid the creation of games.
org.jogre.common This package contains classes which are common to both a client or a server.
org.jogre.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol.
org.jogre.common.playerstate This package implements the "state" design pattern for each player at a particular table to easily keep state such as sitting, standing, ready to player etc.
org.jogre.common.util This package contain various utility classes.

 

This document is the API specification for JOGRE (Java Online Gaming Real-time Engine), version 0.2.1 alpha.