org.pscode.xui.ist
Class ImageSequence

java.lang.Object
  extended by 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

Field Summary
 ImageSequenceCaption[] captions
           
 ImageSequenceFrame[] frames
          An array of the frames in this screen capture sequence.
 
Constructor Summary
ImageSequence()
           
 
Method Summary
 ImageSequenceCaption[] getCaptions()
           
 ImageSequenceFrame[] getFrames()
           
 void setCaptions(ImageSequenceCaption[] captions)
           
 void setFrames(ImageSequenceFrame[] frames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frames

public ImageSequenceFrame[] frames
An array of the frames in this screen capture sequence.


captions

public ImageSequenceCaption[] captions
Constructor Detail

ImageSequence

public ImageSequence()
Method Detail

setFrames

public void setFrames(ImageSequenceFrame[] frames)

getFrames

public ImageSequenceFrame[] getFrames()

setCaptions

public void setCaptions(ImageSequenceCaption[] captions)

getCaptions

public ImageSequenceCaption[] getCaptions()