erland.game.tileadventure
Class WorldEditorLevelManager
java.lang.Object
  
erland.game.tileadventure.LevelManager
      
erland.game.tileadventure.WorldEditorLevelManager
public class WorldEditorLevelManager
- extends LevelManager
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WorldEditorLevelManager
public WorldEditorLevelManager()
getGroupName
protected String getGroupName()
 
getObjectName
protected String getObjectName()
 
getPartName
protected String getPartName()
 
getDefaultSizeX
protected int getDefaultSizeX()
 
getDefaultSizeY
protected int getDefaultSizeY()
 
getDefaultSizeZ
protected int getDefaultSizeZ()
 
getImage
public Image getImage()
- Specified by:
 getImage in class LevelManager
 
 
createLevel
public LevelInfoInterface createLevel(int level)
- Specified by:
 createLevel in class LevelManager
 
 
getLevel
public LevelInfoInterface getLevel(int level)
- Specified by:
 getLevel in class LevelManager
 
 
setLevel
public void setLevel(int level,
                     MapObjectContainerInterface blocks,
                     ParameterSerializable extendedInfo)
- Specified by:
 setLevel in class LevelManager
 
 
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.