|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectee.ut.mrz.volumest.InputHandler
public class InputHandler
Processes inputs from user.
| Constructor Summary | |
|---|---|
InputHandler(Volumest volumest)
Creates a new instance of MouseHandler |
|
| Method Summary | |
|---|---|
void |
adjustmentValueChanged(AdjustmentEvent e)
User drags scrollbar. |
void |
displayNextImageWithGrid()
Finds next image with associated grid and displays it. |
void |
displayPrevImageWithGrid()
Finds previous image with associated grid and displays it. |
void |
doRedo()
Does redo and redraws image. |
void |
doUndo()
Does undo and redraws image. |
boolean |
isScollbarmoved()
|
void |
mouseClicked(MouseEvent mouseEvent)
Processes one click. |
void |
mouseDragged(MouseEvent mouseEvent)
Collects and draws dragline. |
void |
mouseEntered(MouseEvent mouseEvent)
Does nothing. |
void |
mouseExited(MouseEvent mouseEvent)
Does nothing. |
void |
mouseMoved(MouseEvent mouseEvent)
Does nothing. |
void |
mousePressed(MouseEvent mouseEvent)
Invoked when mouse is pressed. |
void |
mouseReleased(MouseEvent mouseEvent)
Invoked when mouse button is released. |
void |
mouseWheelMoved(MouseWheelEvent e)
|
void |
rerun()
Reruns Volumest for another measurement on same stack. |
void |
restoreOriginalImage(ImageProcessor ip,
String slice)
|
void |
setScollbarmoved(boolean scollbarmoved)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputHandler(Volumest volumest)
volumest - Pointer to main worker.| Method Detail |
|---|
public void mouseReleased(MouseEvent mouseEvent)
mouseReleased in interface MouseListenermouseEvent - See: java.awt.event.MouseEvent.public void mousePressed(MouseEvent mouseEvent)
mousePressed in interface MouseListenermouseEvent - See: java.awt.event.MouseEvent.public void mouseMoved(MouseEvent mouseEvent)
mouseMoved in interface MouseMotionListenermouseEvent - See: java.awt.event.MouseEvent.public void mouseExited(MouseEvent mouseEvent)
mouseExited in interface MouseListenermouseEvent - See: java.awt.event.MouseEvent.public void mouseEntered(MouseEvent mouseEvent)
mouseEntered in interface MouseListenermouseEvent - See: java.awt.event.MouseEvent.public void mouseDragged(MouseEvent mouseEvent)
mouseDragged in interface MouseMotionListenermouseEvent - See: java.awt.event.MouseEvent.public void mouseClicked(MouseEvent mouseEvent)
mouseClicked in interface MouseListenermouseEvent - See: java.awt.event.MouseEvent.
public void restoreOriginalImage(ImageProcessor ip,
String slice)
public void doUndo()
public void doRedo()
public void displayNextImageWithGrid()
public void displayPrevImageWithGrid()
public void adjustmentValueChanged(AdjustmentEvent e)
adjustmentValueChanged in interface AdjustmentListenerpublic boolean isScollbarmoved()
public void setScollbarmoved(boolean scollbarmoved)
public void mouseWheelMoved(MouseWheelEvent e)
mouseWheelMoved in interface MouseWheelListenerpublic void rerun()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||