|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphicNode
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 |
|---|
GraphicsType getGraphics()
Graphics
GraphicsTypevoid setGraphics(GraphicsType value)
value - allowed object is
Graphics
GraphicsTypeString getEdgeanchor()
Stringvoid setEdgeanchor(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||