Package org.eclipse.gef.fx.utils
Class CursorUtils
- java.lang.Object
-
- org.eclipse.gef.fx.utils.CursorUtils
-
public class CursorUtils extends java.lang.Object
TheCursorUtils
class contains utility methods for determining the current pointer location (getPointerLocation()
).
-
-
Constructor Summary
Constructors Constructor Description CursorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Point
getPointerLocation()
Returns the current pointer location.
-
-
-
Method Detail
-
getPointerLocation
public static Point getPointerLocation()
Returns the current pointer location.- Returns:
- The current pointer location.
-
-