CSE115.ShapeWorld
Interface Shape

All Superinterfaces:
Graphic
All Known Implementing Classes:
Box, ChangeableShape, MutableShape, ThingOne, ThingTwo

public interface Shape
extends Graphic

An interface for those things controllable by the Animator and Dispatcher. Created: Sun Oct 10, 2003

Author:
Carl Alphonce

Method Summary
 void hide()
           
 void update()
           
 
Methods inherited from interface CSE115.ShapeWorld.Graphic
getCenterLocation, getColor, getDimension, getDrawingPanel, getLocation, getRotation, setCenterLocation, setColor, setDimension, setDrawingPanel, setLocation, setRotation
 

Method Detail

update

void update()

hide

void hide()