public class ImportProcess extends Object implements StatusReporter
execute()
, the process will be ready to feed to
an ImagePlusReader
to read in the actual ImagePlus
objects.
Modifier and Type | Field and Description |
---|---|
protected Location |
idLoc |
protected String |
idName |
protected IMetadata |
meta |
Constructor and Description |
---|
ImportProcess() |
ImportProcess(ImporterOptions options) |
protected String idName
protected Location idLoc
protected IMetadata meta
public ImportProcess() throws IOException
IOException
public ImportProcess(ImporterOptions options)
public boolean execute() throws FormatException, IOException
FormatException
IOException
public void cancel()
public boolean wasCanceled()
public ImporterOptions getOptions()
public boolean isWindowless()
public void setSeriesList(String seriesList)
public IFormatReader getBaseReader()
ImportStep.READER
.public ImageReader getImageReader()
ImportStep.READER
.public String getIdName()
ImportStep.READER
.public Location getIdLocation()
ImportStep.READER
.public IMetadata getOMEMetadata()
ImportStep.READER
.public String getOMEXML()
ImportStep.READER
.public FileStitcher getFileStitcher()
ImportStep.STACK
.public ChannelFiller getChannelFiller()
ImportStep.STACK
.public ChannelSeparator getChannelSeparator()
ImportStep.STACK
.public DimensionSwapper getDimensionSwapper()
ImportStep.STACK
.public MinMaxCalculator getMinMaxCalculator()
ImportStep.STACK
.public VirtualReader getVirtualReader()
ImportStep.STACK
.public ImageProcessorReader getReader()
ImportStep.STACK
.public String getCurrentFile()
ImportStep.STACK
.public int getSeriesCount()
ImportStep.STACK
.public String getSeriesLabel(int s)
ImportStep.STACK
.public String getStackOrder()
ImportStep.STACK
.public int getCBegin(int s)
public int getCEnd(int s)
ImportStep.STACK
.public int getCStep(int s)
public int getZBegin(int s)
public int getZEnd(int s)
ImportStep.STACK
.public int getZStep(int s)
public int getTBegin(int s)
public int getTEnd(int s)
ImportStep.STACK
.public int getTStep(int s)
public Region getCropRegion(int s)
ImportStep.STACK
.public int getCCount(int s)
ImportStep.SERIES
.public int getZCount(int s)
ImportStep.SERIES
.public int getTCount(int s)
ImportStep.SERIES
.public long getMemoryUsage()
ImportStep.SERIES
.public ImporterMetadata getOriginalMetadata()
ImportStep.METADATA
.public void addStatusListener(StatusListener l)
addStatusListener
in interface StatusReporter
public void removeStatusListener(StatusListener l)
removeStatusListener
in interface StatusReporter
public void notifyListeners(StatusEvent e)
notifyListeners
in interface StatusReporter
Copyright © 2014 Open Microscopy Environment