com.incrediblesoft.redjey.event
Class MouseEvent
java.lang.Object
com.incrediblesoft.redjey.event.AbstractEvent
com.incrediblesoft.redjey.event.MouseEvent
public class MouseEvent
- extends AbstractEvent
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOUSE_ENTERED
public static final int MOUSE_ENTERED
- See Also:
- Constant Field Values
MOUSE_EXITED
public static final int MOUSE_EXITED
- See Also:
- Constant Field Values
MOUSE_PRESSED
public static final int MOUSE_PRESSED
- See Also:
- Constant Field Values
MOUSE_RELEASED
public static final int MOUSE_RELEASED
- See Also:
- Constant Field Values
MOUSE_CLICKED
public static final int MOUSE_CLICKED
- See Also:
- Constant Field Values
MOUSE_MOVED
public static final int MOUSE_MOVED
- See Also:
- Constant Field Values
MOUSE_SCROLL_VERTICAL
public static final int MOUSE_SCROLL_VERTICAL
- See Also:
- Constant Field Values
MOUSE_SCROLL_HORIZONTAL
public static final int MOUSE_SCROLL_HORIZONTAL
- See Also:
- Constant Field Values
MouseEvent
public MouseEvent(Component source,
int mouse_id,
int x,
int y,
int value)
MouseEvent
public MouseEvent(Component source,
int mouse_id)
getX
public int getX()
getY
public int getY()
getValue
public int getValue()
setX
public void setX(int x)
setY
public void setY(int y)