|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.robotics.xml.XmlSpline
public class XmlSpline
XML handler class for spline path configuration file.
Constructor Summary | |
---|---|
XmlSpline(java.io.File splineXml)
Constructor of the xml handler. |
|
XmlSpline(java.io.InputStream splineXml)
Constructor of the xml handler. |
|
XmlSpline(java.lang.String splineXml)
Constructor of the xml handler. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the tag description of the file. |
java.lang.String |
getName()
Gets the tag name of the file. |
int |
getNumberOfPoints()
Gets the number of points of path |
Matrix |
getOrientationPathAsMatrix()
Gets orientation path data. |
Matrix |
getPositionPathAsMatrix()
Gets position path data. |
pathML.PathConfigurationType |
getXmlHandler()
Gets the handle of xml configuration file. |
boolean |
hasOrientation()
Gets tag orientation of the file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlSpline(java.lang.String splineXml) throws org.apache.xmlbeans.XmlException, java.io.IOException
splineXml
- the xml configuration file.
org.apache.xmlbeans.XmlException
java.io.IOException
public XmlSpline(java.io.File splineXml) throws org.apache.xmlbeans.XmlException, java.io.IOException
splineXml
- the xml configuration file.
org.apache.xmlbeans.XmlException
java.io.IOException
public XmlSpline(java.io.InputStream splineXml) throws org.apache.xmlbeans.XmlException, java.io.IOException
splineXml
- the xml configuration file.
org.apache.xmlbeans.XmlException
java.io.IOException
Method Detail |
---|
public final java.lang.String getDescription()
public final java.lang.String getName()
public final Matrix getOrientationPathAsMatrix()
public final Matrix getPositionPathAsMatrix()
public final int getNumberOfPoints()
public final boolean hasOrientation()
public final pathML.PathConfigurationType getXmlHandler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |