Package org.lemsml.jlems.viz.plot
Class MouseUtil
- java.lang.Object
-
- org.lemsml.jlems.viz.plot.MouseUtil
-
public final class MouseUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MouseUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getButton(java.awt.event.MouseEvent e)
-
-
-
Field Detail
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
MIDDLE
public static final int MIDDLE
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
-