Class NewtMouseUtilities
- java.lang.Object
-
- org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
-
public class NewtMouseUtilities extends Object
-
-
Constructor Summary
Constructors Constructor Description NewtMouseUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static float
convertWheelRotation(com.jogamp.newt.event.MouseEvent e, float offset, float stepSize)
static boolean
isDoubleClick(com.jogamp.newt.event.MouseEvent e)
static boolean
isLeftDown(com.jogamp.newt.event.MouseEvent e)
static boolean
isRightClick(com.jogamp.newt.event.MouseEvent e)
static boolean
isRightDown(com.jogamp.newt.event.MouseEvent e)
-
-
-
Method Detail
-
isDoubleClick
public static boolean isDoubleClick(com.jogamp.newt.event.MouseEvent e)
-
isLeftDown
public static boolean isLeftDown(com.jogamp.newt.event.MouseEvent e)
-
isRightDown
public static boolean isRightDown(com.jogamp.newt.event.MouseEvent e)
-
isRightClick
public static boolean isRightClick(com.jogamp.newt.event.MouseEvent e)
-
convertWheelRotation
public static float convertWheelRotation(com.jogamp.newt.event.MouseEvent e, float offset, float stepSize)
-
-