cytoscape.generated2
Interface PointType

All Known Subinterfaces:
Point
All Known Implementing Classes:
PointImpl, PointTypeImpl

public interface PointType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/cellar/users/mes/cytoscape/schema/xgmml.xsd line 413)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}point-atts"/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 double getX()
          Gets the value of the x property.
 double getY()
          Gets the value of the y property.
 double getZ()
          Gets the value of the z property.
 void setX(double value)
          Sets the value of the x property.
 void setY(double value)
          Sets the value of the y property.
 void setZ(double value)
          Sets the value of the z property.
 

Method Detail

getZ

double getZ()
Gets the value of the z property.


setZ

void setZ(double value)
Sets the value of the z property.


getY

double getY()
Gets the value of the y property.


setY

void setY(double value)
Sets the value of the y property.


getX

double getX()
Gets the value of the x property.


setX

void setX(double value)
Sets the value of the x property.