Description Usage Arguments Value Author(s) Examples
Retrieve the default color used to display selected edges.
1 | getDefaultEdgeSelectionColor(obj, vizmap.style.name)
|
obj |
a |
vizmap.style.name |
a |
A character string, eg "java.awt.Color[r=204,g=204,b=255]"
Paul Shannon
1 2 | cy <- CytoscapeConnection ()
print (getDefaultEdgeSelectionColor (cy)) # "java.awt.Color[r=255,g=0,b=0]"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.