getVisualStyleNames | R Documentation |
Cytoscape provides a number of canned visual styles, to which you may add your own. Use this method to find out the names of those which are currently defined.
getVisualStyleNames(obj)
obj |
a CytoscapeConnectionClass object or CytoscapeWindow
object. |
a list
of character strings.
Paul Shannon
copyVisualStyle setVisualStyle
cy = CytoscapeConnection () print (getVisualStyleNames (cy))