All Packages Class Hierarchy This Package Previous Next Index
Class ij.io.FileInfo
java.lang.Object
|
+----ij.io.FileInfo
- public class FileInfo
- extends Object
Describes an image file.
-
COLOR8
-
-
colorTable
-
-
directory
-
-
fileFormat
-
-
fileName
-
-
fileType
-
-
GIF_OR_JPG
-
-
GRAY16
-
-
GRAY32_FLOAT
-
-
GRAY32_INT
-
-
GRAY8
-
-
height
-
-
intelByteOrder
-
-
nImages
-
-
offset
-
-
pixels
-
-
RAW
-
-
RGB
-
-
RGB_PLANAR
-
-
TIFF
-
-
whiteIsZero
-
-
width
-
-
FileInfo()
-
RAW
public static final int RAW
TIFF
public static final int TIFF
GIF_OR_JPG
public static final int GIF_OR_JPG
GRAY8
public static final int GRAY8
GRAY16
public static final int GRAY16
GRAY32_INT
public static final int GRAY32_INT
GRAY32_FLOAT
public static final int GRAY32_FLOAT
COLOR8
public static final int COLOR8
RGB
public static final int RGB
RGB_PLANAR
public static final int RGB_PLANAR
fileFormat
public int fileFormat
fileType
public int fileType
fileName
public String fileName
directory
public String directory
width
public int width
height
public int height
offset
public int offset
nImages
public int nImages
whiteIsZero
public boolean whiteIsZero
intelByteOrder
public boolean intelByteOrder
colorTable
public byte colorTable[]
pixels
public Object pixels
FileInfo
public FileInfo()
All Packages Class Hierarchy This Package Previous Next Index