| Package | Description | 
|---|---|
| icy.file | Contains all file operation tools and related objects | 
| icy.image | Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools... | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Loader.FilePositionDeprecated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Loader.FilePosition. compareTo(ImagePosition o)Deprecated.  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BandPositionDeprecated. 
 Use  ChannelPositioninstead. | 
| class  | ChannelPositionDefine a channel position for  Sequenceclass. | 
| class  | PixelPosition | 
| Modifier and Type | Method and Description | 
|---|---|
| int | PixelPosition. compareTo(ImagePosition o) | 
| int | ImagePosition. compareTo(ImagePosition o) | 
| int | ChannelPosition. compareTo(ImagePosition o)Compare to another ImagePosition with following priority T -> Z -> C | 
| int | BandPosition. compareTo(ImagePosition o)Deprecated.  Compare to another ImagePosition with following priority T -> Z -> C | 
| void | ImagePosition. copyFrom(ImagePosition ip) | 
| boolean | ImagePosition. isSamePos(ImagePosition ip,
                  char posIdent) |