|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.meteorology.ImageSequenceManager
public class ImageSequenceManager
A class to create and manage image sequences.
Constructor Summary | |
---|---|
ImageSequenceManager()
Create an empty image sequence. |
|
ImageSequenceManager(SingleBandedImage[] images)
Create an image sequence from the array of images. |
Method Summary | |
---|---|
ImageSequence |
addImagesToSequence(List<SingleBandedImage> images)
|
ImageSequence |
addImagesToSequence(SingleBandedImage[] images)
Add an array of images to the the sequence this object is managing. |
ImageSequence |
addImageToSequence(SingleBandedImage image)
Add an image to the the sequence this object is managing. |
void |
clearSequence()
Remove all images from the sequence. |
static ImageSequence |
createImageSequence(SingleBandedImage[] images)
Create an image sequence from an array of images. |
ImageSequence |
getImageSequence()
Get the sequence that this object is to manage. |
ImageSequence |
removeImageAtTime(DateTime time)
Remove an image from the sequence. |
void |
setImageSequence(ImageSequence newSequence)
Set the sequence that this object is to manage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageSequenceManager() throws VisADException, RemoteException
VisADException
- Couldn't create an empty sequence.
RemoteException
- Couldn't create remote object.public ImageSequenceManager(SingleBandedImage[] images) throws VisADException, RemoteException
images
- array of images for the sequence.
VisADException
- Couldn't create the necessary VisAD object
RemoteException
- Couldn't create remote object.Method Detail |
---|
public static ImageSequence createImageSequence(SingleBandedImage[] images) throws VisADException, RemoteException
images
- array of images for the sequence.
VisADException
- Couldn't create the sequence.
RemoteException
- Couldn't create remote object.public ImageSequence addImageToSequence(SingleBandedImage image) throws VisADException, RemoteException
image
- image to add
VisADException
- Couldn't create the sequence.
RemoteException
- Couldn't create remote object.public ImageSequence addImagesToSequence(SingleBandedImage[] images) throws VisADException, RemoteException
images
- images to add
VisADException
- Couldn't create the sequence.
RemoteException
- Couldn't create remote object.public ImageSequence addImagesToSequence(List<SingleBandedImage> images) throws VisADException, RemoteException
VisADException
RemoteException
public ImageSequence removeImageAtTime(DateTime time) throws VisADException
time
- time of image to remove
VisADException
- Couldn't create the sequence.public void clearSequence()
public void setImageSequence(ImageSequence newSequence) throws VisADException, RemoteException
newSequence
- sequence to use (can't be null)
VisADException
- Couldn't create the sequence.
RemoteException
- Couldn't create remote object.public ImageSequence getImageSequence()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |