| Interface | Description |
|---|---|
| Data |
A data object is the superinterface for all types of N-dimensional data
displayable in a cartesian space.
|
| Dataset |
Dataset is the primary image data structure in ImageJ.
|
| DatasetService |
Interface for service that works with
Datasets. |
| ImageJPlugin |
Top-level interface for ImageJ2 plugins.
|
| ImageJService |
Marker interface for all ImageJ2
Services. |
| ImageMetadata |
Metadata relating to channels and intensity scales.
|
| ImgPlusMetadata |
An interface which collects all metadata associated with an
ImgPlus. |
| ImgPlusService |
ImgPlusService is an
ImageJService that allows one to cast weakly
typed ImgPluses to more strongly typed versions. |
| PositionableByAxis |
An element that is
Positionable and Localizable in
N-dimensional discrete space, by both dimension number and axis type. |
| Sourced |
Interface for classes who track their source.
|
| Class | Description |
|---|---|
| AbstractData |
Base implementation of
Data. |
| ChannelCollection |
A ChannelCollection maintains a list of data values.
|
| DatasetFactory |
A factory which produces
Datasets. |
| DatasetImgFactory<T> |
Base class for
ImgFactory objects of Dataset implementations. |
| DefaultDataset |
Default implementation of
Dataset. |
| DefaultDatasetService |
Default service for working with
Datasets. |
| DefaultImgPlusService |
This class allows one to obtain a more specifically typed
ImgPlus
based on the actual backing type of the data. |
| DrawingTool |
Draws data across all channels in an orthoplane of a
Dataset. |
| Extents |
This class wraps a pair of min and max dimensions encoded as long[]'s.
|
| FloodFiller |
This class, which does flood filling, is used by the FloodFillTool.
|
| ImageGrabber | |
| ImageJ |
Main entry point into ImageJ2.
|
| ImgPlus<T> |
A simple container for storing an
Img together with its metadata. |
| Main |
Launches ImageJ.
|
| Position |
Copyright © 2014–2022 ImageJ. All rights reserved.