cytoscape.generated2
Interface Line

All Superinterfaces:
javax.xml.bind.Element, LineType
All Known Implementing Classes:
LineImpl

public interface Line
extends javax.xml.bind.Element, LineType

Java content class for Line 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 403)

 <element name="Line">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{http://www.cs.rpi.edu/XGMML}point" maxOccurs="unbounded" minOccurs="2"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface cytoscape.generated2.LineType
getPoint