graphics
Interface IColorableGraphic

All Superinterfaces:
CenterLocatable, IColorable, IGraphic, ILocatable, IRotatable, ISizeable
All Known Implementing Classes:
AbstractColorableGraphic, BouncingBall, BouncingSquare, BouncingTriangle, Ellipse, FramedEllipse, FramedRectangle, Polygon, Rectangle, Rectangle3D

public interface IColorableGraphic
extends IColorable, IGraphic

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 graphics.IColorable
getColor, setColor
 
Methods inherited from interface graphics.IGraphic
actualPaint, addMouseListener, addMouseMotionListener, contains, getBounds, getContainer, getMouseListeners, getMouseMotionListeners, getMovement, getShape, intersects, paint, setContainer, setMovement
 
Methods inherited from interface graphics.ISizeable
getDimension, setDimension
 
Methods inherited from interface graphics.CenterLocatable
getCenterLocation, setCenterLocation
 
Methods inherited from interface graphics.ILocatable
getLocation, move, setLocation
 
Methods inherited from interface graphics.IRotatable
getRotation, rotate, setRotation