|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcwi.GraphXML.Elements.Position
Size information
Reference
,
Serialized FormConstructor Summary | |
Position()
|
Method Summary | |
static Position |
create(org.w3c.dom.Node node,
ParserError parserError)
Retrieve the representation of a position from a node, and returns a corresponding class instance. |
double |
getX()
|
double |
getY()
|
double |
getZ()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Position()
Method Detail |
public double getX()
public double getY()
public double getZ()
public static Position create(org.w3c.dom.Node node, ParserError parserError)
node
- The node containing the reference.
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |