Class VerticalWall

java.lang.Object
  extended by greenfoot.Actor
      extended by Prop
          extended by VerticalWall

public final class VerticalWall
extends Prop

Represents a Vertical Wall segment, one block long, in the world.

Version:
1.0 (Greenfoot) January 2010
Author:
Joseph Bergin

Constructor Summary
VerticalWall()
           
 
Method Summary
 
Methods inherited from class Prop
usage
 
Methods inherited from class greenfoot.Actor
act, addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, setImage, setImage, setLocation, setRotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalWall

public VerticalWall()