CSE115.Photographs
Class Right

java.lang.Object
  extended byCSE115.Photographs.Direction
      extended byCSE115.Photographs.Right

public class Right
extends Direction

Right.java Created: Wed Sep 1 15:49:22 2004

Author:

Constructor Summary
Right()
           
 
Method Summary
 void activate(Image image)
           
 Direction getNextDirection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Right

public Right()
Method Detail

activate

public void activate(Image image)
Specified by:
activate in class Direction

getNextDirection

public Direction getNextDirection()