Search
DiagramLink.setHandlesStyle Method
See Also
 

Sets the appearance of the link's selection handles.

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

 Syntax

Java  Copy Code

public void setHandlesStyle (
    HandlesStyle value
)

 Parameters

value

A member of the HandlesStyle enumeration.

 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

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

 See Also