cytoscape.generated2
Interface GraphicNode

All Superinterfaces:
SimpleNode
All Known Subinterfaces:
Node
All Known Implementing Classes:
GraphicNodeImpl, NodeImpl

public interface GraphicNode
extends SimpleNode

Java content class for graphicNode 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 260)

 <complexType name="graphicNode">
   <complexContent>
     <extension base="{http://www.cs.rpi.edu/XGMML}simpleNode">
       <sequence>
         <element ref="{http://www.cs.rpi.edu/XGMML}graphics" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}node-atts-gml-safe"/>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getEdgeanchor()
          Gets the value of the edgeanchor property.
 GraphicsType getGraphics()
          Gets the value of the graphics property.
 void setEdgeanchor(String value)
          Sets the value of the edgeanchor property.
 void setGraphics(GraphicsType value)
          Sets the value of the graphics property.
 
Methods inherited from interface cytoscape.generated2.SimpleNode
getActuate, getArcrole, getAtt, getHref, getId, getLabel, getLabelanchor, getName, getRole, getShow, getTitle, getType, getWeight, setActuate, setArcrole, setHref, setId, setLabel, setLabelanchor, setName, setRole, setShow, 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

getEdgeanchor

String getEdgeanchor()
Gets the value of the edgeanchor property.

Returns:
possible object is String

setEdgeanchor

void setEdgeanchor(String value)
Sets the value of the edgeanchor property.

Parameters:
value - allowed object is String