cytoscape.generated2
Interface Point

All Superinterfaces:
javax.xml.bind.Element, PointType
All Known Implementing Classes:
PointImpl

public interface Point
extends javax.xml.bind.Element, PointType

Java content class for point element declaration.

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 412)

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


Method Summary
 
Methods inherited from interface cytoscape.generated2.PointType
getX, getY, getZ, setX, setY, setZ