protected class ThumbnailDialog.AreaOfInterestListener extends MouseInputAdapter
Modifier and Type | Field and Description |
---|---|
protected boolean |
in |
protected int |
sx |
protected int |
sy |
Modifier | Constructor and Description |
---|---|
protected |
AreaOfInterestListener() |
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(MouseEvent evt) |
void |
mousePressed(MouseEvent evt) |
void |
mouseReleased(MouseEvent evt) |
mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mouseClicked, mouseEntered, mouseExited
mouseMoved
public void mousePressed(MouseEvent evt)
mousePressed
in interface MouseListener
mousePressed
in class MouseAdapter
public void mouseDragged(MouseEvent evt)
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseAdapter
public void mouseReleased(MouseEvent evt)
mouseReleased
in interface MouseListener
mouseReleased
in class MouseAdapter
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.