games.simulation.flayer.concretClasses.factoryFamily.level
Class FactoryLevelOne

java.lang.Object
  extended by games.simulation.flayer.concretClasses.factoryFamily.level.FactoryLevelOne
All Implemented Interfaces:
AbstractFactoryLevel

public class FactoryLevelOne
extends java.lang.Object
implements AbstractFactoryLevel

Author:
diego

Constructor Summary
FactoryLevelOne()
           
 
Method Summary
 Level makeLevel(java.lang.Double height, java.lang.Double width, java.lang.Double weight)
           
 ObjectsWorldPosition makeObjectWorld(java.lang.String objectName)
          Factory Mathod Prototiped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryLevelOne

public FactoryLevelOne()
Method Detail

makeLevel

public Level makeLevel(java.lang.Double height,
                       java.lang.Double width,
                       java.lang.Double weight)
Specified by:
makeLevel in interface AbstractFactoryLevel

makeObjectWorld

public ObjectsWorldPosition makeObjectWorld(java.lang.String objectName)
Description copied from interface: AbstractFactoryLevel
Factory Mathod Prototiped

Specified by:
makeObjectWorld in interface AbstractFactoryLevel


Copyright © 2007. All Rights Reserved.