components
Class LeftFlipperFactory

java.lang.Object
  extended by components.GameObjectFactory<Flipper>
      extended by components.LeftFlipperFactory

public class LeftFlipperFactory
extends GameObjectFactory<Flipper>

LeftFlipperFactory is an immutable object that creates left oriented Flippers and extends GameObjectFactory


Constructor Summary
LeftFlipperFactory()
           
 
Method Summary
 Flipper 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

LeftFlipperFactory

public LeftFlipperFactory()
Method Detail

newInstance

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