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 ImageAdapter
public void setSlice(ij.ImagePlus image, int slice)
setSlice
in class ImageAdapter
public void setFrame(ij.ImagePlus image, int frame)
setFrame
in class ImageAdapter
public int getChannel(ij.ImagePlus image)
getChannel
in class ImageAdapter
public int getSlice(ij.ImagePlus image)
getSlice
in class ImageAdapter
public int getFrame(ij.ImagePlus image)
getFrame
in class ImageAdapter
Copyright © 2015–2021 Fiji. All rights reserved.