All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.gui.NewImage

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ij.gui.NewImage

public class NewImage
extends Dialog
implements ActionListener
New image dialog box plus several static utility methods for creating images.


Variable Index

 o FILL_BLACK
 o FILL_RAMP
 o FILL_WHITE
 o GRAY16
 o GRAY32
 o GRAY8
 o RGB

Constructor Index

 o NewImage(ImageJ)

Method Index

 o actionPerformed(ActionEvent)
 o createByteImage(String, int, int, int)
 o createFloatImage(String, int, int, int)
 o createRGBImage(String, int, int, int)
 o createShortImage(String, int, int, int)
 o insets()
 o open(String, int, int, int, int)

Variables

 o GRAY8
 public static final int GRAY8
 o GRAY16
 public static final int GRAY16
 o GRAY32
 public static final int GRAY32
 o RGB
 public static final int RGB
 o FILL_WHITE
 public static final int FILL_WHITE
 o FILL_BLACK
 public static final int FILL_BLACK
 o FILL_RAMP
 public static final int FILL_RAMP

Constructors

 o NewImage
 public NewImage(ImageJ ij)

Methods

 o createByteImage
 public static ImagePlus createByteImage(String title,
                                         int width,
                                         int height,
                                         int fill)
 o createRGBImage
 public static ImagePlus createRGBImage(String title,
                                        int width,
                                        int height,
                                        int fill)
 o createShortImage
 public static ImagePlus createShortImage(String title,
                                          int width,
                                          int height,
                                          int fill)
 o createFloatImage
 public static ImagePlus createFloatImage(String title,
                                          int width,
                                          int height,
                                          int fill)
 o open
 public static void open(String title,
                         int width,
                         int height,
                         int type,
                         int fill)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o insets
 public Insets insets()
Overrides:
insets in class Container

All Packages  Class Hierarchy  This Package  Previous  Next  Index