Class Dice

java.lang.Object
  |
  +--Dice

class Dice
extends java.lang.Object


Field Summary
private  int topFace
           
 
Constructor Summary
Dice()
           
 
Method Summary
 int getFace()
           
 void roll()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

topFace

private int topFace
Constructor Detail

Dice

public Dice()
Method Detail

roll

public void roll()

getFace

public int getFace()