cwi.GraphXML.Elements
Class Position

java.lang.Object
  extended bycwi.GraphXML.Elements.Position
All Implemented Interfaces:
java.io.Serializable

public class Position
extends java.lang.Object
implements java.io.Serializable

Size information

Author:
Ivan Herman
See Also:
Reference, Serialized Form

Constructor 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

Position

public Position()
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

create

public 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.

Parameters:
node - The node containing the reference.
Returns:
new Reference class, or null

toString

public java.lang.String toString()