DroidDiagram Programmer's Guide
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,
    PointF 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

LinkEvent Constructor Overload List
LinkEvent Class
com.mindfusion.diagramming Namespace