CSE115.ShapeWorld
Class MSquare

java.lang.Object
  extended byCSE115.ShapeWorld.MutableShape
      extended byCSE115.ShapeWorld.MSquare
All Implemented Interfaces:
Graphic, Shape

public class MSquare
extends MutableShape

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

Author:

Constructor Summary
MSquare()
           
 
Methods inherited from class CSE115.ShapeWorld.MutableShape
getBehavior, getCenterLocation, getColor, getDimension, getDrawingPanel, getGraphic, getLocation, getRotation, hide, 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
 

Constructor Detail

MSquare

public MSquare()