MindFusion.Java Package Programmer's Guide
RotationController.onMouseUp Method
See Also
 






PlotController.onMouseUp override. Called when the user releases a mouse button.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public void onMouseUp (
    double x,
    double y
)

 Parameters

x

A double value specifying the horizontal position of the mouse pointer.

y

A double value specifying the vertical position of the mouse pointer.

 See Also

RotationController Members
RotationController Class
com.mindfusion.charting Namespace