DroidDiagram Programmer's Guide
DiagramItem.setToolTip Method
See Also
 






Sets the tooltip text that should be displayed when the pointer rests over this item.

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

 Syntax

Java  Copy Code

public void setToolTip (
    String value
)

 Parameters

value

A String that contains the tooltip text.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace