components
Class BallFactory

java.lang.Object
  extended by components.GameObjectFactory<Ball>
      extended by components.BallFactory

public class BallFactory
extends GameObjectFactory<Ball>

A BallFactory is an immutable object that makes Balls


Constructor Summary
BallFactory()
           
 
Method Summary
 Ball newInstance(Map<String,String> p, GameSpace g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallFactory

public BallFactory()
Method Detail

newInstance

public Ball newInstance(Map<String,String> p,
                        GameSpace g)
Specified by:
newInstance in class GameObjectFactory<Ball>