DroidDiagram Programmer's Guide
LinkEvent Constructor (Object, DiagramLink, int, Point2D)
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,
    int mouseButton,
    PointF pointerPosition
)

 Parameters

source

link

The DiagramLink related to the event.

mouseButton

mousePosition

The position of the mouse cursor, in document coordinates.

 See Also

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