Package loci.plugins.util
Class ImageProcessorSource
java.lang.Object
loci.plugins.util.ImageProcessorSource
- All Implemented Interfaces:
ICacheSource
Retrieves ImageJ image processors from an image reader.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ImageProcessorReaderImage reader from which to draw ImageProcessors. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObject(int index) Get the object corresponding to the given index.intGet the total number of objects that this source can retrieve.
-
Field Details
-
reader
Image reader from which to draw ImageProcessors.
-
-
Constructor Details
-
ImageProcessorSource
-
-
Method Details
-
getObjectCount
public int getObjectCount()Description copied from interface:ICacheSourceGet the total number of objects that this source can retrieve.- Specified by:
getObjectCountin interfaceICacheSource
-
getObject
Description copied from interface:ICacheSourceGet the object corresponding to the given index.- Specified by:
getObjectin interfaceICacheSource- Throws:
CacheException
-