setTooltipDismissDelay | R Documentation |
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.
setTooltipDismissDelay(obj, msecs)
obj |
a CytoscapeConnectionClass object. |
msecs |
an integer typically 0 to 1000 msecs. |
None.
Paul Shannon
cy <- CytoscapeConnection () setTooltipDismissDelay (cy, 10000) # msecs, the tooltip stays up for 10 seconds, or until the mouse point moves