setTooltipDismissDelayR Documentation

setTooltipDismissDelay

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

setTooltipDismissDelay(obj, msecs)

Arguments

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

Value

None.

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  setTooltipDismissDelay (cy, 10000)  # msecs, the tooltip stays up for 10 seconds, or until the mouse point moves