Squiz Matrix
4.12.2
|
Static Public Member Functions | |
static ImagePlus | createByteImage (String title, int width, int height, int slices, int fill) |
static ImagePlus | createRGBImage (String title, int width, int height, int slices, int fill) |
static ImagePlus | createShortImage (String title, int width, int height, int slices, int fill) |
static ImagePlus | createUnsignedShortImage (String title, int width, int height, int slices, int fill) |
static ImagePlus | createFloatImage (String title, int width, int height, int slices, int fill) |
static void | open (String title, int width, int height, int nSlices, int type, int fill) |
static void | savePreferences (Properties prefs) |
Static Public Attributes | |
static final int | GRAY8 =0 |
static final int | FILL_WHITE =0 |
New image dialog box plus several static utility methods for creating images.
Definition at line 13 of file NewImage.java.
|
inlinestatic |
Creates an unsigned short image.
Definition at line 106 of file NewImage.java.
|
inlinestatic |
Obsolete. Short images are always unsigned.
Definition at line 130 of file NewImage.java.
|
inlinestatic |
Called when ImageJ quits.
Definition at line 227 of file NewImage.java.