|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicGraph
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 |
---|
BigInteger getGraphic()
BigInteger
void setGraphic(BigInteger value)
value
- allowed object is
BigInteger
BigInteger getScale()
BigInteger
void setScale(BigInteger value)
value
- allowed object is
BigInteger
String getLayout()
String
void setLayout(String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |