org.pscode.xui.ist
Class ImageSequence
java.lang.Object
org.pscode.xui.ist.ImageSequence
public class ImageSequence
- extends Object
JavaBean used to store image sequences.
Designed for use with the J2SE XMLEncoder/Decoder.
- Version:
- 2010-01-08
- Author:
- Andrew Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frames
public ImageSequenceFrame[] frames
- An array of the frames in this screen capture sequence.
captions
public ImageSequenceCaption[] captions
ImageSequence
public ImageSequence()
setFrames
public void setFrames(ImageSequenceFrame[] frames)
getFrames
public ImageSequenceFrame[] getFrames()
setCaptions
public void setCaptions(ImageSequenceCaption[] captions)
getCaptions
public ImageSequenceCaption[] getCaptions()