public class BufferedImageSource extends Object implements ICacheSource
Modifier and Type | Field and Description |
---|---|
protected BufferedImageReader |
reader
Image reader from which to draw BufferedImages.
|
Constructor and Description |
---|
BufferedImageSource(IFormatReader reader) |
Modifier and Type | Method and Description |
---|---|
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
CacheException
public int getObjectCount()
ICacheSource
getObjectCount
in interface ICacheSource
public Object getObject(int index) throws CacheException
ICacheSource
getObject
in interface ICacheSource
CacheException
Copyright © 2016 Open Microscopy Environment