edu.cmu.emulator.creator.config.event
Class SetPos
java.lang.Object
edu.cmu.emulator.creator.config.ConfigNode
edu.cmu.emulator.creator.config.Event
edu.cmu.emulator.creator.config.event.SetPos
public class SetPos
- extends Event
node
private String node
pos
private Coord pos
SetPos
public SetPos(String node,
Coord pos)
getType
public String getType()
- Specified by:
getType
in class Event
getNode
public String getNode()
getPos
public Coord getPos()
fromXML
public static SetPos fromXML(Element el)
throws ConfigException
- Throws:
ConfigException
clone
public Event clone()
- Specified by:
clone
in class Event
toXML
protected void toXML(Document doc,
Element el)
- Specified by:
toXML
in class Event
Copyright © 2013. All Rights Reserved.