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()
ICacheSource
getObjectCount
in interface ICacheSource
public java.lang.Object getObject(int index) throws CacheException
ICacheSource
getObject
in interface ICacheSource
CacheException
Copyright © 2019 Open Microscopy Environment