public class KymographMouseListener extends Object implements MouseMotionListener, WindowListener
| Modifier and Type | Field and Description |
|---|---|
protected ImageCanvas |
canvas |
protected ij.ImagePlus |
original |
protected PolygonRoi[] |
rois |
| Constructor and Description |
|---|
KymographMouseListener(ImageCanvas canvas,
ij.ImagePlus original,
PolygonRoi[] rois) |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(MouseEvent e) |
void |
mouseMoved(MouseEvent e) |
void |
windowActivated(WindowEvent e) |
void |
windowClosed(WindowEvent e) |
void |
windowClosing(WindowEvent e) |
void |
windowDeactivated(WindowEvent e) |
void |
windowDeiconified(WindowEvent e) |
void |
windowIconified(WindowEvent e) |
void |
windowOpened(WindowEvent e) |
protected ImageCanvas canvas
protected ij.ImagePlus original
protected PolygonRoi[] rois
public KymographMouseListener(ImageCanvas canvas, ij.ImagePlus original, PolygonRoi[] rois)
public void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerpublic void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerCopyright © 2015–2021 Fiji. All rights reserved.