|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.levelEditor.xml.level.LevelXMLWriter
public class LevelXMLWriter
Creates an XML file representing all the objects in a game level
Constructor Summary | |
---|---|
LevelXMLWriter()
Creates a new level XML parser. |
Method Summary | |
---|---|
void |
saveLevel(java.io.File file,
java.util.List<InstantiatedGameItemModel> levelObjects)
Saves the level objects in XML format to the given File |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LevelXMLWriter()
Method Detail |
---|
public void saveLevel(java.io.File file, java.util.List<InstantiatedGameItemModel> levelObjects)
file
- levelObjects
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |