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 MouseMotionListener
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
public void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
public void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
public void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
public void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener
public void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
Copyright © 2015–2021 Fiji. All rights reserved.