public class New_Image5D extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
New_Image5D() |
Modifier and Type | Method and Description |
---|---|
static Image5D |
createImage5D(String title,
int width,
int height,
int nChannels,
int nSlices,
int nFrames,
int bitDepth,
int options,
boolean fill) |
static void |
openImage5D(String title,
int width,
int height,
int nChannels,
int nSlices,
int nFrames,
int type,
int options,
boolean fill) |
void |
run(String arg) |
public void run(String arg)
run
in interface ij.plugin.PlugIn
public static Image5D createImage5D(String title, int width, int height, int nChannels, int nSlices, int nFrames, int bitDepth, int options, boolean fill)
public static void openImage5D(String title, int width, int height, int nChannels, int nSlices, int nFrames, int type, int options, boolean fill)
Copyright © 2015–2021 Fiji. All rights reserved.