All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.gui.ImageWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ij.gui.ImageWindow

public class ImageWindow
extends Frame
implements FocusListener, WindowListener
A frame for displaying images


Variable Index

 o clipboard
 o ic
 o ij
 o imp

Constructor Index

 o ImageWindow(ImagePlus)

Method Index

 o close()
 o copy(boolean)
Copies the current ROI to the clipboard.
 o duplicate()
 o focusGained(FocusEvent)
 o focusLost(FocusEvent)
 o getCanvas()
 o getImagePlus()
 o getInfo()
 o getOriginalScale()
 o math()
 o paint(Graphics)
Paints the container.
 o paste()
 o print()
Print this image.
 o rotate()
 o scale()
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o imp
 protected ImagePlus imp
 o ij
 protected ImageJ ij
 o ic
 protected ImageCanvas ic
 o clipboard
 protected static ImagePlus clipboard

Constructors

 o ImageWindow
 public ImageWindow(ImagePlus imp)

Methods

 o getOriginalScale
 public int getOriginalScale()
 o paint
 public void paint(Graphics g)
Paints the container.

Overrides:
paint in class Container
 o close
 public void close()
 o getImagePlus
 public ImagePlus getImagePlus()
 o getCanvas
 public ImageCanvas getCanvas()
 o focusGained
 public void focusGained(FocusEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o focusLost
 public void focusLost(FocusEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o scale
 public void scale()
 o rotate
 public void rotate()
 o math
 public void math()
 o duplicate
 public void duplicate()
 o copy
 public void copy(boolean cut)
Copies the current ROI to the clipboard. The entire image is copied if there is no ROI.

 o paste
 public void paste()
 o getInfo
 public void getInfo()
 o print
 public void print()
Print this image.


All Packages  Class Hierarchy  This Package  Previous  Next  Index