Class NewtMouseUtilities
java.lang.Object
org.jzy3d.chart.controllers.mouse.NewtMouseUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatconvertWheelRotation(com.jogamp.newt.event.MouseEvent e, float offset, float stepSize) static booleanisDoubleClick(com.jogamp.newt.event.MouseEvent e) static booleanisLeftDown(com.jogamp.newt.event.MouseEvent e) static booleanisRightClick(com.jogamp.newt.event.MouseEvent e) static booleanisRightDown(com.jogamp.newt.event.MouseEvent e)
-
Constructor Details
-
NewtMouseUtilities
public NewtMouseUtilities()
-
-
Method Details
-
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)
-