public class BufferedImageSource extends java.lang.Object implements ICacheSource
| Modifier and Type | Field and Description | 
|---|---|
| protected BufferedImageReader | readerImage reader from which to draw BufferedImages. | 
| Constructor and Description | 
|---|
| BufferedImageSource(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 BufferedImageReader reader
public BufferedImageSource(IFormatReader reader) throws CacheException
CacheExceptionpublic int getObjectCount()
ICacheSourcegetObjectCount in interface ICacheSourcepublic java.lang.Object getObject(int index)
                           throws CacheException
ICacheSourcegetObject in interface ICacheSourceCacheExceptionCopyright © 2023 Open Microscopy Environment