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
-
clipboard
-
-
ic
-
-
ij
-
-
imp
-
-
ImageWindow(ImagePlus)
-
-
close()
-
-
copy(boolean)
- Copies the current ROI to the clipboard.
-
duplicate()
-
-
focusGained(FocusEvent)
-
-
focusLost(FocusEvent)
-
-
getCanvas()
-
-
getImagePlus()
-
-
getInfo()
-
-
getOriginalScale()
-
-
math()
-
-
paint(Graphics)
-
Paints the container.
-
paste()
-
-
print()
- Print this image.
-
rotate()
-
-
scale()
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
imp
protected ImagePlus imp
ij
protected ImageJ ij
ic
protected ImageCanvas ic
clipboard
protected static ImagePlus clipboard
ImageWindow
public ImageWindow(ImagePlus imp)
getOriginalScale
public int getOriginalScale()
paint
public void paint(Graphics g)
- Paints the container.
- Overrides:
- paint in class Container
close
public void close()
getImagePlus
public ImagePlus getImagePlus()
getCanvas
public ImageCanvas getCanvas()
focusGained
public void focusGained(FocusEvent e)
windowActivated
public void windowActivated(WindowEvent e)
windowClosing
public void windowClosing(WindowEvent e)
focusLost
public void focusLost(FocusEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)
scale
public void scale()
rotate
public void rotate()
math
public void math()
duplicate
public void duplicate()
copy
public void copy(boolean cut)
- Copies the current ROI to the clipboard. The entire
image is copied if there is no ROI.
paste
public void paste()
getInfo
public void getInfo()
print
public void print()
- Print this image.
All Packages Class Hierarchy This Package Previous Next Index