Uses of Class
bluegammon.gui.Context3D

Packages that use Context3D
bluegammon.gui The bluegammon.gui package contains classes related to presentation and user interaction of the Bluegammon game. 
 

Uses of Context3D in bluegammon.gui
 

Methods in bluegammon.gui that return Context3D
static Context3D Context3D.getInstance()
          Returns singleton instance.
 

Methods in bluegammon.gui with parameters of type Context3D
 void BoardCanvas.drawPiece3D(int x, int y, float angle, boolean horizTilt, float dz, boolean white, Context3D c3d, javax.microedition.m3g.Graphics3D g3d)
          Draws a piece on specified coordinates.