DroidDiagram Programmer's Guide
DiagramLink.getHandlesStyle Method
See Also
 






Gets the appearance of the link's selection handles.

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

 Syntax

Java  Copy Code

public HandlesStyle getHandlesStyle ()

 Return Value

A member of the HandlesStyle enumeration. Initialized with the value of LinkHandlesStyle.

 Remarks

Specifies how link's selection status is indicated visually. You can choose between the following styles:

Member name

Description

SquareHandles

The selection is indicated by drawing square handles at the position of each control point.

DashFrame

The selection is indicated by drawing dashed line segments along the link's segments. In addition, there are square selection handles drawn at the location of each control point of the link.

Custom

DroidDiagram raises the drawAdjustmentHandles events to let your application perform custom drawing of link's selection handles.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace