setDefaultBackgroundColor: setDefaultBackgroundColor

Description Usage Arguments Value Author(s) Examples

Description

Retrieve the default color for the next CytoscapeWindow.

Usage

1
setDefaultBackgroundColor(obj, new.color, vizmap.style.name)

Arguments

obj

a CytoscapeConnectionClass object.

new.color

a character object, in quoted hexadecimal format

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

1
2
  cy <- CytoscapeConnection ()
  setDefaultBackgroundColor (cy, '#CCCC00')

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.