CSE115.Zoo
Class Rotation

java.lang.Object
  extended byCSE115.Zoo.Rotation

public class Rotation
extends Object

Rotation.java Created: Fri Jan 31 22:48:05 2003

Author:

Field Summary
static Rotation EIGHTH
           
static Rotation HALF
           
static Rotation QUARTER
           
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EIGHTH

public static final Rotation EIGHTH

QUARTER

public static final Rotation QUARTER

HALF

public static final Rotation HALF
Method Detail

getValue

public int getValue()