org.robokind.impl.motion.jointgroup
Class JointGroupXMLWriter
java.lang.Object
org.robokind.impl.motion.jointgroup.JointGroupXMLWriter
public class JointGroupXMLWriter
- extends Object
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JointGroupXMLWriter
public JointGroupXMLWriter()
saveJointGroup
public static void saveJointGroup(String file,
JointGroup group)
throws org.xmlpull.v1.XmlPullParserException,
IOException,
IllegalArgumentException,
FileNotFoundException
- Saves a JointGroup to disk as an XML file.
- Parameters:
file - the full path to the destination filegroup - the JointGroup to save
- Throws:
org.xmlpull.v1.XmlPullParserException
IOException
IllegalArgumentException
FileNotFoundException
writeJointGroup
public static void writeJointGroup(org.xmlpull.v1.XmlSerializer xs,
JointGroup group)
throws IOException
- Parameters:
xs - group -
- Throws:
IOException
Copyright © 2011-2013. All Rights Reserved.