Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/NewImage.html
Дата изменения: Thu Dec 2 23:03:10 2010 Дата индексирования: Mon Oct 1 21:39:59 2012 Кодировка: Поисковые слова: crab nebula |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.gui.NewImage
public class NewImage
New image dialog box plus several static utility methods for creating images.
Field Summary | |
---|---|
static int |
CHECK_AVAILABLE_MEMORY
|
static int |
FILL_BLACK
|
static int |
FILL_RAMP
|
static int |
FILL_WHITE
|
static int |
GRAY16
|
static int |
GRAY32
|
static int |
GRAY8
|
static int |
RGB
|
Constructor Summary | |
---|---|
NewImage()
|
Method Summary | |
---|---|
static ImagePlus |
createByteImage(java.lang.String title,
int width,
int height,
int slices,
int options)
|
static ImagePlus |
createFloatImage(java.lang.String title,
int width,
int height,
int slices,
int options)
|
static ImagePlus |
createImage(java.lang.String title,
int width,
int height,
int nSlices,
int bitDepth,
int options)
|
static ImagePlus |
createRGBImage(java.lang.String title,
int width,
int height,
int slices,
int options)
|
static ImagePlus |
createShortImage(java.lang.String title,
int width,
int height,
int slices,
int options)
Creates an unsigned short image. |
static ImagePlus |
createUnsignedShortImage(java.lang.String title,
int width,
int height,
int slices,
int options)
Deprecated. Short images are always unsigned. |
static void |
open(java.lang.String title,
int width,
int height,
int nSlices,
int type,
int options)
|
static void |
savePreferences(java.util.Properties prefs)
Called when ImageJ quits. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GRAY8
public static final int GRAY16
public static final int GRAY32
public static final int RGB
public static final int FILL_BLACK
public static final int FILL_RAMP
public static final int FILL_WHITE
public static final int CHECK_AVAILABLE_MEMORY
Constructor Detail |
---|
public NewImage()
Method Detail |
---|
public static ImagePlus createByteImage(java.lang.String title, int width, int height, int slices, int options)
public static ImagePlus createRGBImage(java.lang.String title, int width, int height, int slices, int options)
public static ImagePlus createShortImage(java.lang.String title, int width, int height, int slices, int options)
public static ImagePlus createUnsignedShortImage(java.lang.String title, int width, int height, int slices, int options)
public static ImagePlus createFloatImage(java.lang.String title, int width, int height, int slices, int options)
public static void open(java.lang.String title, int width, int height, int nSlices, int type, int options)
public static ImagePlus createImage(java.lang.String title, int width, int height, int nSlices, int bitDepth, int options)
public static void savePreferences(java.util.Properties prefs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |