CSE115.BehaviorShapeWorld
Class Box

java.lang.Object
  extended byCSE115.BehaviorShapeWorld.MutableShape
      extended byCSE115.BehaviorShapeWorld.Box
All Implemented Interfaces:
EventListener, Graphic, Graphic, MouseListener, MouseMotionListener, Reactor, Shape, Shape

public abstract class Box
extends MutableShape

Box.java Created: Wed Sep 15 15:46:09 2004

Author:

Field Summary
static DrawingPanel CURRENT_PANEL
           
static DrawingPanel NEXT_PANEL
           
 
Constructor Summary
Box()
           
 
Methods inherited from class CSE115.BehaviorShapeWorld.MutableShape
contains, getBehavior, getCenterLocation, getColor, getDimension, getDrawingPanel, getGraphic, getLocation, getRotation, hide, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, setBehavior, setCenterLocation, setColor, setDimension, setDrawingPanel, setGraphic, setLocation, setRotation, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface NGP.Reactor
react
 

Field Detail

CURRENT_PANEL

public static DrawingPanel CURRENT_PANEL

NEXT_PANEL

public static DrawingPanel NEXT_PANEL
Constructor Detail

Box

public Box()