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






Invoked while the mouse is moved to let your application set the mouse cursor.

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

 Syntax

Java  Copy Code

protected abstract 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

BehaviorBase Members
BehaviorBase Class
com.mindfusion.diagramming Namespace