public class Image5DAdapter extends ImageAdapter
| Constructor and Description |
|---|
Image5DAdapter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannel(ij.ImagePlus image) |
int |
getFrame(ij.ImagePlus image) |
int |
getSlice(ij.ImagePlus image) |
void |
setChannel(ij.ImagePlus image,
int channel) |
void |
setFrame(ij.ImagePlus image,
int frame) |
void |
setSlice(ij.ImagePlus image,
int slice) |
public void setChannel(ij.ImagePlus image,
int channel)
setChannel in class ImageAdapterpublic void setSlice(ij.ImagePlus image,
int slice)
setSlice in class ImageAdapterpublic void setFrame(ij.ImagePlus image,
int frame)
setFrame in class ImageAdapterpublic int getChannel(ij.ImagePlus image)
getChannel in class ImageAdapterpublic int getSlice(ij.ImagePlus image)
getSlice in class ImageAdapterpublic int getFrame(ij.ImagePlus image)
getFrame in class ImageAdapterCopyright © 2015–2021 Fiji. All rights reserved.