setTooltipInitialDelayR Documentation

setTooltipInitialDelay

Description

Once the mouse pointer sits on top of a node or edge, the tooltip is displayed after an initial delay (possibly 0 msecs), and remains visible for 'dismissDelay' msecs -- or until the mouse point is moved off that node or edge.

Usage

setTooltipInitialDelay(obj, msecs)

Arguments

obj a CytoscapeConnectionClass object.
msecs an integer typically 0 to 1000 msecs.

Value

None.

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  setTooltipInitialDelay (cy, 10)  # msecs, have the tooltip popup almost immediately