MindFusion.Java Package Programmer's Guide
DrawNodesBehavior.setMouseCursor Method
See Also
 






BehaviorBase.setMouseCursor override.

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

 Syntax

Java  Copy Code

protected CursorHint setMouseCursor (
    Point2D point,
    ByRef<Boolean> startInteraction
)

 Parameters

point

A Point2D instance that specifies the position of the mouse cursor.

startInteraction

true if the user is going to create, delete, modify or select a DiagramItem; false if mouse behavior is not considered; in this case the mouse pointer is set to a default cursor according to the background LaneGrid.

 Return Value

A member of the CursorHint enumeration.

 See Also

DrawNodesBehavior Members
DrawNodesBehavior Class
com.mindfusion.diagramming Namespace