getDirectlyModifiableVisualPropertiesR Documentation

getDirectlyModifiableVisualProperties

Description

Retrieve the names of those visual attributes which can be set directly, bypassing vizmap rules.

Usage

getDirectlyModifiableVisualProperties(obj)

Arguments

obj a CytoscapeConnectionClass object.

Value

A list of about 60 character strings, e.g., "Node Color" and "Edge Font Size"

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  getDirectlyModifiableVisualProperties (cy)
   #  [1] "Node Color"                      "Node Border Color"               "Node Line Type"                  "Node Shape"                     
   #  [5] "Node Size"                       "Node Width"                      "Node Height"                     "Node Label"                     
   # ...