cytoscape.generated2
Interface GraphicEdge

All Superinterfaces:
SimpleEdge
All Known Subinterfaces:
Edge
All Known Implementing Classes:
EdgeImpl, GraphicEdgeImpl

public interface GraphicEdge
extends SimpleEdge

Java content class for graphicEdge 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 297)

 <complexType name="graphicEdge">
   <complexContent>
     <extension base="{http://www.cs.rpi.edu/XGMML}simpleEdge">
       <sequence>
         <element ref="{http://www.cs.rpi.edu/XGMML}graphics" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 GraphicsType getGraphics()
          Gets the value of the graphics property.
 void setGraphics(GraphicsType value)
          Sets the value of the graphics property.
 
Methods inherited from interface cytoscape.generated2.SimpleEdge
getActuate, getArcrole, getAtt, getHref, getId, getLabel, getLabelanchor, getName, getRole, getShow, getSource, getTarget, getTitle, getType, getWeight, setActuate, setArcrole, setHref, setId, setLabel, setLabelanchor, setName, setRole, setShow, setSource, setTarget, setTitle, setType, setWeight
 

Method Detail

getGraphics

GraphicsType getGraphics()
Gets the value of the graphics property.

Returns:
possible object is Graphics GraphicsType

setGraphics

void setGraphics(GraphicsType value)
Sets the value of the graphics property.

Parameters:
value - allowed object is Graphics GraphicsType