DroidDiagram Programmer's Guide
CompositeNodeBuilder.toolTip Method
See Also
 






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

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

 Syntax

Java  Copy Code

public CompositeNodeBuilder toolTip (
    String value
)

 Parameters

value

A String that contains the tooltip text.

 Return Value

This DiagramItemBuilder instance.

 See Also

CompositeNodeBuilder Members
CompositeNodeBuilder Class
com.mindfusion.diagramming.builders Namespace