Class GraphMouseAdapter
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- org.jungrapht.visualization.control.GraphMouseAdapter
-
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
public class GraphMouseAdapter extends MouseAdapter
Simple extension of MouseAdapter that supplies modifier checking- Author:
- Tom Nelson
-
-
Field Summary
Fields Modifier and Type Field Description protected int
modifiers
-
Constructor Summary
Constructors Constructor Description GraphMouseAdapter(int modifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
checkModifiers(MouseEvent e)
int
getModifiersEx()
void
setModifiers(int modifiers)
-
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
-
-
-
-
Method Detail
-
getModifiersEx
public int getModifiersEx()
-
setModifiers
public void setModifiers(int modifiers)
-
checkModifiers
protected boolean checkModifiers(MouseEvent e)
-
-