fishbowl
Interface Shape

All Superinterfaces:
CenterLocatable, Colorable, ColorableGraphic, EventListener, Graphic, Locatable, MouseListener, MouseMotionListener, Rotatable, Sizeable

public interface Shape
extends ColorableGraphic, MouseListener, MouseMotionListener

Normal users can ignore this interface. An entity that implements all of NGP.Graphic, NGP.Locatable, NGP.Sizeable, and NGP.Colorable. Created: Sat Jan 31 15:28:28 2004

Author:
Phil Ventura

Method Summary
 
Methods inherited from interface cse115.graphics.Colorable
getColor, setColor
 
Methods inherited from interface cse115.graphics.Graphic
actualPaint, addMouseListener, addMouseMotionListener, contains, getBounds, getMouseListeners, getMouseMotionListeners, getShape, intersects, paint, setContainer
 
Methods inherited from interface cse115.graphics.Sizeable
getDimension, setDimension
 
Methods inherited from interface cse115.graphics.CenterLocatable
getCenterLocation, setCenterLocation
 
Methods inherited from interface cse115.graphics.Locatable
getLocation, move, setLocation
 
Methods inherited from interface cse115.graphics.Rotatable
getRotation, rotate, setRotation
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved