CSE115.ShapeWorld
Class Box

java.lang.Object
  extended by CSE115.ShapeWorld.MutableShape
      extended by CSE115.ShapeWorld.Box
All Implemented Interfaces:
Graphic, Shape

public class Box
extends MutableShape

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

Version:
Author:

Field Summary
static DrawingPanel CURRENT_PANEL
           
static DrawingPanel NEXT_PANEL
           
 
Constructor Summary
Box()
           
 
Method Summary
 
Methods inherited from class CSE115.ShapeWorld.MutableShape
getBehavior, getCenterLocation, getColor, getDimension, getDrawingPanel, getGraphic, getLocation, getMutableShapeDrawingPanel, getRotation, hide, setBehavior, setCenterLocation, setColor, setDimension, setDrawingPanel, setGraphic, setLocation, setMutableShapeDrawingPanel, setRotation, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_PANEL

public static DrawingPanel CURRENT_PANEL

NEXT_PANEL

public static DrawingPanel NEXT_PANEL
Constructor Detail

Box

public Box()