CSE115.BehaviorShapeWorld
Interface Shape

All Superinterfaces:
EventListener, Graphic, MouseListener, MouseMotionListener, Reactor
All Known Implementing Classes:
MutableShape

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.BehaviorShapeWorld.Graphic
contains, getCenterLocation, getColor, getDimension, getDrawingPanel, getLocation, getRotation, setCenterLocation, setColor, setDimension, setDrawingPanel, setLocation, setRotation
 
Methods inherited from interface NGP.Reactor
react
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 

Method Detail

update

public void update()

hide

public void hide()