cytoscape.generated2
Interface GraphicGraph

All Superinterfaces:
SimpleGraph
All Known Subinterfaces:
Graph
All Known Implementing Classes:
GraphicGraphImpl, GraphImpl

public interface GraphicGraph
extends SimpleGraph

Java content class for graphicGraph 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 228)

 <complexType name="graphicGraph">
   <complexContent>
     <extension base="{http://www.cs.rpi.edu/XGMML}simpleGraph">
       <attGroup ref="{http://www.cs.rpi.edu/XGMML}graph-atts-app-unsafe-gr"/>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 BigInteger getGraphic()
          Gets the value of the graphic property.
 String getLayout()
          Gets the value of the layout property.
 BigInteger getScale()
          Gets the value of the scale property.
 void setGraphic(BigInteger value)
          Sets the value of the graphic property.
 void setLayout(String value)
          Sets the value of the layout property.
 void setScale(BigInteger value)
          Sets the value of the scale property.
 
Methods inherited from interface cytoscape.generated2.SimpleGraph
getActuate, getArcrole, getAtt, getDirected, getHref, getId, getLabel, getLabelanchor, getLang, getName, getNodeOrEdge, getRole, getRootnode, getShow, getSpace, getTitle, getType, getVendor, setActuate, setArcrole, setDirected, setHref, setId, setLabel, setLabelanchor, setLang, setName, setRole, setRootnode, setShow, setSpace, setTitle, setType, setVendor
 

Method Detail

getGraphic

BigInteger getGraphic()
Gets the value of the graphic property.

Returns:
possible object is BigInteger

setGraphic

void setGraphic(BigInteger value)
Sets the value of the graphic property.

Parameters:
value - allowed object is BigInteger

getScale

BigInteger getScale()
Gets the value of the scale property.

Returns:
possible object is BigInteger

setScale

void setScale(BigInteger value)
Sets the value of the scale property.

Parameters:
value - allowed object is BigInteger

getLayout

String getLayout()
Gets the value of the layout property.

Returns:
possible object is String

setLayout

void setLayout(String value)
Sets the value of the layout property.

Parameters:
value - allowed object is String