components
Class RightFlipperFactory

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

public class RightFlipperFactory
extends GameObjectFactory<Flipper>

A RightFlipperFactory is an immutable class that creates right oriented Flipper and extends GameObjectFactory


Constructor Summary
RightFlipperFactory()
           
 
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

RightFlipperFactory

public RightFlipperFactory()
Method Detail

newInstance

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