Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/class-use/FileInfo.html
Дата изменения: Thu Dec 2 23:03:11 2010 Дата индексирования: Mon Oct 1 23:15:41 2012 Кодировка: Поисковые слова: ngc 6992 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileInfo | |
---|---|
ij | |
ij.io | |
ij.plugin |
Uses of FileInfo in ij |
---|
Methods in ij that return FileInfo | |
---|---|
FileInfo |
ImagePlus.getFileInfo()
Returns a FileInfo object containing information, including the pixel array, needed to save this image. |
FileInfo |
ImagePlus.getOriginalFileInfo()
Returns the FileInfo object that was used to open this image. |
Methods in ij with parameters of type FileInfo | |
---|---|
void |
ImagePlus.setFileInfo(FileInfo fi)
Saves this image's FileInfo so it can be later retieved using getOriginalFileInfo(). |
Uses of FileInfo in ij.io |
---|
Methods in ij.io that return FileInfo | |
---|---|
FileInfo |
ImportDialog.getFileInfo()
Displays the dialog and returns a FileInfo object that can be used to open the image. |
static FileInfo |
ImportDialog.getLastFileInfo()
Returns the FileInfo object used to import the last raw image, or null if a raw image has not been imported. |
FileInfo[] |
TiffDecoder.getTiffInfo()
|
Methods in ij.io with parameters of type FileInfo | |
---|---|
java.awt.image.ColorModel |
FileOpener.createColorModel(FileInfo fi)
Returns an IndexColorModel for the image specified by this FileInfo. |
java.io.InputStream |
FileOpener.createInputStream(FileInfo fi)
Returns an InputStream for the image described by this FileInfo. |
java.util.Properties |
FileOpener.decodeDescriptionString(FileInfo fi)
|
ImagePlus |
Opener.openTiffStack(FileInfo[] info)
Attemps to open a tiff file as a stack. |
void |
TiffDecoder.saveImageDescription(byte[] description,
FileInfo fi)
Save the image description in the specified FileInfo. |
Constructors in ij.io with parameters of type FileInfo | |
---|---|
FileOpener(FileInfo fi)
|
|
ImageReader(FileInfo fi)
Constructs a new ImageReader using a FileInfo object to describe the file to be read. |
|
ImageWriter(FileInfo fi)
|
|
TiffEncoder(FileInfo fi)
|
Uses of FileInfo in ij.plugin |
---|
Constructors in ij.plugin with parameters of type FileInfo | |
---|---|
FileInfoVirtualStack(FileInfo fi)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |