protected class BigWarp.MouseLandmarkListener extends Object implements MouseListener, MouseMotionListener
Modifier | Constructor and Description |
---|---|
protected |
MouseLandmarkListener(BigWarpViewerPanel thisViewer) |
Modifier and Type | Method and Description |
---|---|
void |
addFixedPoint(RealPoint pt,
boolean isMovingImage)
Adds a point in the moving and fixed images at the same point.
|
void |
mouseClicked(MouseEvent arg0) |
void |
mouseDragged(MouseEvent e) |
void |
mouseEntered(MouseEvent arg0) |
void |
mouseExited(MouseEvent arg0) |
void |
mouseMoved(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
protected void |
setViewer(BigWarpViewerPanel thisViewer) |
protected MouseLandmarkListener(BigWarpViewerPanel thisViewer)
protected void setViewer(BigWarpViewerPanel thisViewer)
public void mouseClicked(MouseEvent arg0)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent arg0)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent arg0)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
public void addFixedPoint(RealPoint pt, boolean isMovingImage)
pt
- the pointisMovingImage
- is the point in moving image spaceCopyright © 2015–2021 Fiji. All rights reserved.