ij.plugin
Class Orthogonal_Views
java.lang.Object
   ij.plugin.Orthogonal_Views
ij.plugin.Orthogonal_Views
- All Implemented Interfaces: 
- CommandListener, ImageListener, PlugIn, java.awt.event.ActionListener, java.awt.event.AdjustmentListener, java.awt.event.FocusListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.awt.event.WindowListener, java.util.EventListener
- public class Orthogonal_Views 
- extends java.lang.Object- implements PlugIn, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.KeyListener, java.awt.event.ActionListener, ImageListener, java.awt.event.WindowListener, java.awt.event.AdjustmentListener, java.awt.event.MouseWheelListener, java.awt.event.FocusListener, CommandListener
- Version:
- 1.2 28 April 2009
                                        - added support for arrow keys
                                        - fixed a bug in the cross position calculation
                                        - added FocusListener behavior
                                        - added support for magnification factors
                                1.1.6 31 March 2009
                                        - added AdjustmentListener behavior thanks to Jerome Mutterer
                                        - improved pane visualization
                                        - added window rearrangement behavior. Initial code suggested by Jerome Mutterer
                                        - bug fixes by Wayne Raspband
                                1.1 24 March 2009
                                        - improved projection image resizing
                                        - added ImageListener behaviors
                                        - added check-ups
                                        - improved pane updating
                                1.0.5 23 March 2009
                                        - fixed pane updating issue
                                1.0 21 March 2009
- Author:
- Dimiter Prodanov
                  IMEC
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Orthogonal_Views
public Orthogonal_Views()
run
public void run(java.lang.String arg)
- Description copied from interface: PlugIn
- This method is called when the plugin is loaded.
                'arg', which may be blank, is the argument specified
                for this plugin in IJ_Props.txt.
 
- 
- Specified by:
- runin interface- PlugIn
 
- 
 
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseClickedin interface- java.awt.event.MouseListener
 
- 
 
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseEnteredin interface- java.awt.event.MouseListener
 
- 
 
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseExitedin interface- java.awt.event.MouseListener
 
- 
 
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- 
- Specified by:
- mousePressedin interface- java.awt.event.MouseListener
 
- 
 
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseReleasedin interface- java.awt.event.MouseListener
 
- 
 
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseDraggedin interface- java.awt.event.MouseMotionListener
 
- 
 
mouseMoved
public void mouseMoved(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseMovedin interface- java.awt.event.MouseMotionListener
 
- 
 
keyPressed
public void keyPressed(java.awt.event.KeyEvent e)
- 
- Specified by:
- keyPressedin interface- java.awt.event.KeyListener
 
- 
 
keyReleased
public void keyReleased(java.awt.event.KeyEvent e)
- 
- Specified by:
- keyReleasedin interface- java.awt.event.KeyListener
 
- 
 
keyTyped
public void keyTyped(java.awt.event.KeyEvent e)
- 
- Specified by:
- keyTypedin interface- java.awt.event.KeyListener
 
- 
 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
- 
- Specified by:
- actionPerformedin interface- java.awt.event.ActionListener
 
- 
 
imageClosed
public void imageClosed(ImagePlus imp)
- 
- Specified by:
- imageClosedin interface- ImageListener
 
- 
 
imageOpened
public void imageOpened(ImagePlus imp)
- 
- Specified by:
- imageOpenedin interface- ImageListener
 
- 
 
imageUpdated
public void imageUpdated(ImagePlus imp)
- 
- Specified by:
- imageUpdatedin interface- ImageListener
 
- 
 
commandExecuting
public java.lang.String commandExecuting(java.lang.String command)
- 
- Specified by:
- commandExecutingin interface- CommandListener
 
- 
 
windowActivated
public void windowActivated(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowActivatedin interface- java.awt.event.WindowListener
 
- 
 
windowClosed
public void windowClosed(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowClosedin interface- java.awt.event.WindowListener
 
- 
 
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowClosingin interface- java.awt.event.WindowListener
 
- 
 
windowDeactivated
public void windowDeactivated(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowDeactivatedin interface- java.awt.event.WindowListener
 
- 
 
windowDeiconified
public void windowDeiconified(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowDeiconifiedin interface- java.awt.event.WindowListener
 
- 
 
windowIconified
public void windowIconified(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowIconifiedin interface- java.awt.event.WindowListener
 
- 
 
windowOpened
public void windowOpened(java.awt.event.WindowEvent e)
- 
- Specified by:
- windowOpenedin interface- java.awt.event.WindowListener
 
- 
 
adjustmentValueChanged
public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
- 
- Specified by:
- adjustmentValueChangedin interface- java.awt.event.AdjustmentListener
 
- 
 
mouseWheelMoved
public void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
- 
- Specified by:
- mouseWheelMovedin interface- java.awt.event.MouseWheelListener
 
- 
 
focusGained
public void focusGained(java.awt.event.FocusEvent e)
- 
- Specified by:
- focusGainedin interface- java.awt.event.FocusListener
 
- 
 
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- 
- Specified by:
- focusLostin interface- java.awt.event.FocusListener
 
- 
 
getImage
public static ImagePlus getImage()
- 
 
-