DroidDiagram Programmer's Guide
AdjustmentHandles Members
Constructors Fields Methods
 


Provides predefined sets of NodeHandleType elements that can be used as parameters of the setEnabledHandles method of the DiagramNode class.

The following tables list the members exposed by the AdjustmentHandles type.

 Public Constructors

  Name Description

AdjustmentHandles

Initializes a new instance of the AdjustmentHandles class.

 Public Fields

  Name Description

All

All handles are enabled.

BottomHandles

The bottom-left, bottom-center and bottom-right handles are enabled.

DisableRotation

All handles except rotation one are enabled.

LeftHandles

The top-left, middle-left and bottom-left handles are enabled.

Move

The movement handle is enabled.

None

Specifies that all selection handles of an item are disabled.

ResizeBottomCenter

The bottom center selection handle is enabled.

ResizeBottomLeft

The bottom left selection handle is enabled.

ResizeBottomRight

The bottom right selection handle is enabled.

ResizeMiddleLeft

The middle left selection handle is enabled.

ResizeMiddleRight

The middle right selection handle is enabled.

ResizeTopCenter

The top center selection handle is enabled.

ResizeTopLeft

The top left selection handle is enabled.

ResizeTopRight

The top right selection handle is enabled.

RightHandles

The top-right, bottom-right and middle-right handles are enabled.

Rotate

The rotation handle is enabled.

TopHandles

The top-left, top-center and top-right handles are enabled.

 Public Methods

  Name Description

fromInt

 

toInt

 

 See Also

AdjustmentHandles Class
com.mindfusion.diagramming Namespace