public class ImageProcessorSource extends java.lang.Object implements ICacheSource
| Modifier and Type | Field and Description | 
|---|---|
protected ImageProcessorReader | 
reader
Image reader from which to draw ImageProcessors. 
 | 
| Constructor and Description | 
|---|
ImageProcessorSource(IFormatReader reader)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getObject(int index)
Get the object corresponding to the given index. 
 | 
int | 
getObjectCount()
Get the total number of objects that this source can retrieve. 
 | 
protected ImageProcessorReader reader
public ImageProcessorSource(IFormatReader reader)
public int getObjectCount()
ICacheSourcegetObjectCount in interface ICacheSourcepublic java.lang.Object getObject(int index)
                           throws CacheException
ICacheSourcegetObject in interface ICacheSourceCacheExceptionCopyright © 2024 Open Microscopy Environment