CSE115.ShapeWorld
Class ThingOne

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

public class ThingOne
extends MutableShape

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

Version:
Author:

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

ThingOne

public ThingOne()