getDefaultEdgeSelectionColorR Documentation

getDefaultEdgeSelectionColor

Description

Retrieve the default color used to display selected edges.

Usage

getDefaultEdgeSelectionColor(obj, vizmap.style.name)

Arguments

obj a CytoscapeConnectionClass object.
vizmap.style.name a character object, 'default' by default

Value

A character string, eg "java.awt.Color[r=204,g=204,b=255]"

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  print (getDefaultEdgeSelectionColor (cy))   # "java.awt.Color[r=255,g=0,b=0]"