Class Summary |
BitBuffer |
A class for reading arbitrary numbers of bits from a byte array. |
DirectoryChooser |
This class displays a dialog box that allows the user can select a directory. |
FileInfo |
This class consists of public fields that describe an image file. |
FileOpener |
Opens or reverts an image specified by a FileInfo object. |
FileSaver |
Saves images in tiff, gif, jpeg, raw, zip and text format. |
ImageReader |
Reads raw 8-bit, 16-bit or 32-bit (float or RGB)
images from a stream or URL. |
ImageWriter |
Writes a raw image described by a FileInfo object to an OutputStream. |
ImportDialog |
This is a dialog box used to imports raw 8, 16, 24 and 32-bit images. |
LogStream |
This class provides the functionality to divert output sent to the System.out
and System.err streams to ImageJ's log console. |
OpenDialog |
This class displays a dialog window from
which the user can select an input file. |
Opener |
Opens tiff (and tiff stacks), dicom, fits, pgm, jpeg, bmp or
gif images, and look-up tables, using a file open dialog or a path. |
PluginClassLoader |
ImageJ uses this class loader to load plugins and resources from the
plugins directory and immediate subdirectories. |
RandomAccessStream |
This class uses a memory cache to allow seeking within
an InputStream. |
RoiDecoder |
Decodes an ImageJ, NIH Image or Scion Image ROI file. |
RoiEncoder |
Saves an ROI to a file or stream. |
SaveDialog |
This class displays a dialog window from
which the user can save a file. |
TextEncoder |
Saves an image described by an ImageProcessor object as a tab-delimited text file. |
TiffDecoder |
Decodes single and multi-image TIFF files. |
TiffEncoder |
Saves an image described by a FileInfo object as an uncompressed, big-endian TIFF file. |