CSE115.Photographs
Class Left

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

public class Left
extends Direction

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

Author:

Constructor Summary
Left()
           
 
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

Left

public Left()
Method Detail

activate

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

getNextDirection

public Direction getNextDirection()