CSE115.ShapeWorld
Class ChangeableShape

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

public class ChangeableShape
extends MutableShape

ChangeableShape.java

Author:
Carl G. Alphonce

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

ChangeableShape

public ChangeableShape()