com.mindfusion.diagramming
Class ModificationStart

java.lang.Object
  extended by com.mindfusion.diagramming.ModificationStart

public class ModificationStart
extends java.lang.Object

The members of this enumeration specify how users can start modifying an item. These constants can be used as parameters of the DiagramView.setModificationStart(int) method of the Diagram class.


Field Summary
static int AutoHandles
          Modification handles appear automatically around the item that is under the mouse pointer.
static int SelectedOnly
          Users must first select an item in order to modify it.
 
Constructor Summary
ModificationStart()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SelectedOnly

public static final int SelectedOnly
Users must first select an item in order to modify it.

See Also:
Constant Field Values

AutoHandles

public static final int 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.

See Also:
Constant Field Values
Constructor Detail

ModificationStart

public ModificationStart()