|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxml.LocationExporter
public class LocationExporter
This class can be used to export the information for a game location that has been specified in the edtor to the according XML file
Constructor Summary | |
---|---|
LocationExporter(java.lang.String fileName)
|
Method Summary | |
---|---|
void |
exportToXML(BasicGameLocation bgl,
java.util.Vector<Exit> exits,
java.util.Vector<Hotspot> hs)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationExporter(java.lang.String fileName)
Method Detail |
---|
public void exportToXML(BasicGameLocation bgl, java.util.Vector<Exit> exits, java.util.Vector<Hotspot> hs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |