components
Class SquareFactory

java.lang.Object
  extended by components.GameObjectFactory<SquareBumper>
      extended by components.SquareFactory

public class SquareFactory
extends GameObjectFactory<SquareBumper>

a SquareFactory is an immutable object that creates cube-shaped bumpers and extends GameObjectFactory


Constructor Summary
SquareFactory()
           
 
Method Summary
 SquareBumper 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

SquareFactory

public SquareFactory()
Method Detail

newInstance

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