Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
NewImage Class Reference

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
 

Detailed Description

New image dialog box plus several static utility methods for creating images.

Definition at line 13 of file NewImage.java.

Member Function Documentation

static ImagePlus createShortImage ( String  title,
int  width,
int  height,
int  slices,
int  fill 
)
inlinestatic

Creates an unsigned short image.

Definition at line 106 of file NewImage.java.

static ImagePlus createUnsignedShortImage ( String  title,
int  width,
int  height,
int  slices,
int  fill 
)
inlinestatic

Obsolete. Short images are always unsigned.

Definition at line 130 of file NewImage.java.

static void savePreferences ( Properties  prefs)
inlinestatic

Called when ImageJ quits.

Definition at line 227 of file NewImage.java.


The documentation for this class was generated from the following file: