Breakout Problem Set Javadocs

breakout
Interface Ball

All Superinterfaces:
ActiveBreakoutComponent, BreakoutComponent
All Known Implementing Classes:
SimpleBall

public interface Ball
extends ActiveBreakoutComponent

interface Ball provides an indication of a component's Ball-ness.

Version:
$Id: Ball.java,v 1.2 2004/03/26 20:39:33 gus Exp $
Author:
benmv@olin.edu
See Also:
ActiveBreakoutComponent, SimpleBall

Field Summary
static int DEFAULT_SPEED
          standard ball speed
 
Methods inherited from interface breakout.ActiveBreakoutComponent
act, getDirection, getTimeBetweenActs, setDirection
 
Methods inherited from interface breakout.BreakoutComponent
getCenter, getLocation, getShape, getSize, hitBy, isDead, isTransient, kill, paint, setLocation, setWorld
 

Field Detail

DEFAULT_SPEED

public static final int DEFAULT_SPEED
standard ball speed

See Also:
Constant Field Values

Breakout Problem Set Javadocs