DroidDiagram Programmer's Guide
ModificationStart Enumeration
See Also
 






The members of this enumeration specify how users can start modifying an item. They can be used as parameters of the setModificationStart method of the Diagram class.

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

 Syntax

Java  Copy Code

public enum ModificationStart

 Members

  Member name Description

AutoHandles

Modification handles appear automatically around the item that is under the mouse pointer. Users can start modifying items by simply pointing at them and dragging.

SelectedOnly

Users must first select an item in order to modify it.

 See Also

com.mindfusion.diagramming Namespace