public class ZIP_Reader_Standalone.ImageProcessorBuffer
extends java.lang.Object
Constructor and Description |
---|
ZIP_Reader_Standalone.ImageProcessorBuffer()
creates a new ImageProcessorBuffer object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(ij.process.ImageProcessor image,
int index)
adds the Image at index i; Previous entry will be overwritten.
|
ij.process.ImageProcessor |
get(int index)
Returns the ImageProcessor at index index.
|
void |
remove(int index)
Removes the image at the given index.
|
int |
size()
returns the number of stored ImageProcessors
|
ij.process.ImageProcessor[] |
toArray()
Returns a sorted array of the buffered ImageProcessors
|
public ZIP_Reader_Standalone.ImageProcessorBuffer()
public void add(ij.process.ImageProcessor image, int index)
image
- index
- public ij.process.ImageProcessor get(int index)
index
- the indexpublic void remove(int index)
index
- the index.public ij.process.ImageProcessor[] toArray()
public int size()