getVisualStyleNamesR Documentation

getVisualStyleNames

Description

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.

Usage

getVisualStyleNames(obj)

Arguments

obj a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

a list of character strings.

Author(s)

Paul Shannon

See Also

copyVisualStyle setVisualStyle

Examples



  cy = CytoscapeConnection ()
  print (getVisualStyleNames (cy))