DroidDiagram Programmer's Guide
Diagram.setToolTip Method
See Also
 






Sets the tooltip text that is displayed when the pointer hovers over an unoccupied area of the diagram.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setToolTip (
    String value
)

 Parameters

value

A String containing the tooltip text.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace