All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.BallLocator

java.lang.Object
   |
   +----pinball.log.BallLocator

public class BallLocator
extends Object
Used to find the ball's location in the log file.


Constructor Index

 o BallLocator()

Method Index

 o findBallLocation(StringTokenizer)

Constructors

 o BallLocator
 public BallLocator()

Methods

 o findBallLocation
 public Point findBallLocation(StringTokenizer tokens)
Parameters:
tokens - the line that has the ball's location.
Returns:
the ball's location.

All Packages  Class Hierarchy  This Package  Previous  Next  Index