All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface breakout.BreakOutBall

public abstract interface BreakOutBall

Method Index

 o changeXvelocity(double)
 o changeYvelocity(double)
 o getCenter()
 o getRadius()
 o getXvelocity()
 o getYvelocity()

Methods

 o getCenter
 public abstract java.awt.Point getCenter()
 o getRadius
 public abstract double getRadius()
 o getXvelocity
 public abstract double getXvelocity()
 o getYvelocity
 public abstract double getYvelocity()
 o changeXvelocity
 public abstract void changeXvelocity(double xVel)
 o changeYvelocity
 public abstract void changeYvelocity(double yVel)

All Packages  Class Hierarchy  This Package  Previous  Next  Index