moagg.level.xml.factory
Class ObjectFactoryImpl

java.lang.Object
  extended by moagg.level.xml.factory.ObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory

public class ObjectFactoryImpl
extends java.lang.Object
implements ObjectFactory


Constructor Summary
ObjectFactoryImpl()
           
 
Method Summary
 Level createLevel(java.lang.String mission, java.lang.String level, LevelData levelData)
           
protected  MoaggGameObject createObject(AbstractDecorationData data)
           
protected  PlayGround createPlayGround(PlayGroundData playGroundData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactoryImpl

public ObjectFactoryImpl()
Method Detail

createLevel

public Level createLevel(java.lang.String mission,
                         java.lang.String level,
                         LevelData levelData)
Specified by:
createLevel in interface ObjectFactory

createPlayGround

protected PlayGround createPlayGround(PlayGroundData playGroundData)

createObject

protected MoaggGameObject createObject(AbstractDecorationData data)


Copyright © 2008. All Rights Reserved.