DroidDiagram Programmer's Guide
NodeEvent Constructor (Object, DiagramNode, int, Point2D)
See Also
 






Initializes a new instance of the NodeEvent class.

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

 Syntax

Java  Copy Code

public NodeEvent (
    Object source,
    DiagramNode node,
    int mouseButton,
    Point2D mousePosition
)

 Parameters

source

The source of the event.

node

The DiagramNode related to the event.

mouseButton

mousePosition
The mouse position related to this event.

 See Also

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