cse115.graphics
Interface ColorableGraphic

All Superinterfaces:
CenterLocatable, Colorable, Graphic, Locatable, Rotatable, Sizeable
All Known Subinterfaces:
MovingBody, Shape
All Known Implementing Classes:
AbstractColorableGraphic, BouncingBall, BouncingSquare, BouncingTriangle, Ellipse, Eye, Fish, Fish, FramedEllipse, FramedRectangle, Mouth, MovingBodyAdapter, Oval, Polygon, Rectangle, Rectangle, Rectangle3D, Triangle

public interface ColorableGraphic
extends Colorable, Graphic

The interface that defines a Graphic that has a Color

Author:
Michael Kozelsky Created on: Aug 21, 2006 ColorableGraphic.java

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