|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--jigl.image.ImageSequence
ImageSequence stores a sequence of images
| Field Summary | |
private Vector |
sequence
sequence is a sequence of Images |
| Constructor Summary | |
ImageSequence()
Creates a new ImageSequence |
|
| Method Summary | |
void |
add(Image image)
Adds an image to the end of a sequence. |
void |
add(Image image,
int location)
Adds an Image to an location of a sequence |
ImageSequence |
byteSize()
ByteSizes the range of this sequence to an arbitrary min/max over a sequence |
Image |
get(int index)
Gets the Image at index |
float |
max()
Finds the maximum value over a sequence |
float |
min()
Finds the minimum value over a sequence |
int |
number()
Returns the number of images in this sequence |
void |
remove(int index)
Removes the Image at index |
ImageSequence |
scale(float min,
float max)
Scales a Sequence to an arbitrary max/min |
ImageSequence |
subSequence(int start,
int end)
Returns a subsequence of a sequence |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Vector sequence
| Constructor Detail |
public ImageSequence()
| Method Detail |
public void add(Image image)
throws ImageNotSupportedException
ImageNotSupportedException
public void add(Image image,
int location)
throws ImageNotSupportedException
ImageNotSupportedExceptionpublic Image get(int index)
public void remove(int index)
public float max()
throws ColorModelUnknownException,
ColorModelNotSupportedException
ColorModelUnknownException
ColorModelNotSupportedException
public float min()
throws ColorModelUnknownException,
ColorModelNotSupportedException
ColorModelUnknownException
ColorModelNotSupportedException
public ImageSequence scale(float min,
float max)
throws ColorModelUnknownException,
ColorModelNotSupportedException
ColorModelUnknownException
ColorModelNotSupportedException
public ImageSequence byteSize()
throws ColorModelUnknownException,
ColorModelNotSupportedException
ColorModelUnknownException
ColorModelNotSupportedException
public ImageSequence subSequence(int start,
int end)
throws ImageNotSupportedException
start - starting indexend - ending index
ImageNotSupportedExceptionpublic int number()
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||