|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicEdge
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 |
---|
GraphicsType getGraphics()
Graphics
GraphicsType
void setGraphics(GraphicsType value)
value
- allowed object is
Graphics
GraphicsType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |