Search
LinkEvent Constructor (Object, DiagramLink, Point2D, int)
See Also
 

Initializes a new instance of the LinkEvent class.

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

 Syntax

Java  Copy Code

public LinkEvent (
    Object source,
    DiagramLink link,
    Point2D pointerPosition,
    int adjustmentHandle
)

 Parameters

source

link

The DiagramLink related to the event.

mousePosition

The position of the mouse cursor, in document coordinates.

adjustmentHandle
An integer index of the adjustment handle used to modify an item.

 See Also