endrov.roi
Class ImageWindowToolROI

java.lang.Object
  extended by endrov.roi.GeneralToolROI
      extended by endrov.roi.ImageWindowToolROI
All Implemented Interfaces:
GeneralTool, Viewer2DTool

public class ImageWindowToolROI
extends GeneralToolROI
implements Viewer2DTool

Make and edit ROI


Constructor Summary
ImageWindowToolROI(Viewer2DWindow w)
           
 
Method Summary
 void deselected()
          Called when the tool has been deselected
 javax.swing.JMenuItem getMenuItem()
          Get the menu item to be placed in the tools menu
 
Methods inherited from class endrov.roi.GeneralToolROI
getRoiBeneath, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseExited, mouseMoved, mousePressed, mouseReleased, paintComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface endrov.gui.GeneralTool
keyPressed, keyReleased, mouseClicked, mouseDragged, mouseExited, mouseMoved, mousePressed, mouseReleased, paintComponent
 

Constructor Detail

ImageWindowToolROI

public ImageWindowToolROI(Viewer2DWindow w)
Method Detail

getMenuItem

public javax.swing.JMenuItem getMenuItem()
Description copied from interface: Viewer2DTool
Get the menu item to be placed in the tools menu

Specified by:
getMenuItem in interface Viewer2DTool

deselected

public void deselected()
Description copied from interface: Viewer2DTool
Called when the tool has been deselected

Specified by:
deselected in interface Viewer2DTool