DroidDiagram Programmer's Guide
Selection.change Method
See Also
 






Changes the selection to the specified item. That means that the item gets selected and all other items are unselected.

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

 Syntax

Java  Copy Code

public void change (
    DiagramItem item
)

 Parameters

item

The DiagramItem that should be selected.

 See Also

Selection Members
Selection Class
com.mindfusion.diagramming Namespace