Class Snake

java.lang.Object
  |
  +--Snake

public class Snake
extends Object

Class Snake - a snake

Version:
Feb. 21, 2000
Author:
Stephen Bloch

Constructor Summary
Snake(double length)
          Constructor for objects of class Snake.
 
Method Summary
 void move()
          move method.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snake

public Snake(double length)
Constructor for objects of class Snake.
Parameters:
length - (in meters)
Method Detail

move

public void move()
move method.


Generated by BlueJ