MindFusion.Java Package Programmer's Guide
ItemLabel.onPointerUp Method
See Also
 






Called when the left mouse button is released while this label tracks the mouse events.

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

 Syntax

Java  Copy Code

public void onPointerUp (
    Point2D mousePosition
)

 Parameters

mousePosition

A java.awt.geom.Point2D instance that specifies the current mouse position.

 See Also

ItemLabel Members
ItemLabel Class
com.mindfusion.diagramming Namespace