All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.gui.PlotWindow

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

public class PlotWindow
extends ImageWindow
implements ActionListener, ClipboardOwner

Constructor Index

 o PlotWindow(int, int, float[])

Method Index

 o actionPerformed(ActionEvent)
 o lostOwnership(Clipboard, Transferable)

Constructors

 o PlotWindow
 public PlotWindow(int width,
                   int height,
                   float data[])

Methods

 o lostOwnership
 public void lostOwnership(Clipboard clipboard,
                           Transferable contents)
 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index