vooga.games.galaxyinvaders
Class GalaxyLevelFactory

java.lang.Object
  extended by vooga.games.galaxyinvaders.GalaxyLevelFactory
All Implemented Interfaces:
LevelFactory

public class GalaxyLevelFactory
extends java.lang.Object
implements LevelFactory


Constructor Summary
GalaxyLevelFactory()
           
 
Method Summary
 PlayField getPlayfield(java.io.File levelFactoryFile)
           
 PlayField getPlayfield(java.lang.String filepath, Game currentgame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalaxyLevelFactory

public GalaxyLevelFactory()
Method Detail

getPlayfield

public PlayField getPlayfield(java.io.File levelFactoryFile)

getPlayfield

public PlayField getPlayfield(java.lang.String filepath,
                              Game currentgame)
Specified by:
getPlayfield in interface LevelFactory
Returns:
Playfield for the current level