CSE115.ShapeWorld
Class ThingTwo

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

public class ThingTwo
extends MutableShape

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

Version:
Author:

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

Constructor Detail

ThingTwo

public ThingTwo()