Uses of Class
quicktime.app.image.ImageDataSequence

Packages that use ImageDataSequence
quicktime.app.anim   
quicktime.app.image   
 

Uses of ImageDataSequence in quicktime.app.anim
 

Constructors in quicktime.app.anim with parameters of type ImageDataSequence
TwoDSprite(ImageDataSequence images, int frame, Matrix matrix, boolean visibility, int layer)
          This constructor provides all of the state which will be used by the TwoDSprite object to create itself when it is attached to a SpriteWorld.
TwoDSprite(ImageDataSequence images, int frame, Matrix matrix, boolean visibility, int layer, GraphicsMode graphicsMode)
          This constructor provides all of the state which will be used by the TwoDSprite object to create itself when it is attached to a SpriteWorld.
 

Uses of ImageDataSequence in quicktime.app.image
 

Methods in quicktime.app.image that return ImageDataSequence
static ImageDataSequence ImageUtil.makeTransparent(ImageSpec image, QDColor keyColor)
          Takes an ImageSpec object and recompresses the images so that the images have the keyColor set as a transparent colour that will not draw.
static ImageDataSequence ImageUtil.makeTransparent(ImageSpec image, QDColor keyColor, QDGraphics gw)
          Takes an ImageSpec object and recompresses the images so that the images have the keyColor set as a transparent colour that will not draw.
static ImageDataSequence ImageUtil.makeTransparent(ImageSpec image, QDColor keyColor, QDGraphics gw, Region r)
          Takes an ImageSpec object and recompresses the images so that the images have the keyColor set as a transparent colour that will not draw.
static ImageDataSequence ImageUtil.makeTransparent(ImageDataSequence image, QDColor keyColor, QDGraphics gw, Region[] r)
          Takes an ImageSpec object and recompresses the images so that the images have the keyColor set as a transparent colour that will not draw.
static ImageDataSequence ImageUtil.createSequence(Track imageTrack)
          This routine will create an ImageDataSeqeuence object from specified Track of a Movie.
static ImageDataSequence ImageUtil.createSequence(java.io.File matchFile)
          This routine will create an ImageDataSeqeuence object from the collection of files that are found in the specified directory that begin with the specified fileName.
static ImageDataSequence ImageUtil.createSequence(java.io.File matchFile, FileFilter ff)
          This routine will create an ImageDataSeqeuence object from the collection of files that are found in the specified directory that begin with the specified fileName.
 ImageDataSequence ImageSequencer.getImageData()
          Returns the current image data that is being used by the ImageSequencer
 

Methods in quicktime.app.image with parameters of type ImageDataSequence
static ImageDataSequence ImageUtil.makeTransparent(ImageDataSequence image, QDColor keyColor, QDGraphics gw, Region[] r)
          Takes an ImageSpec object and recompresses the images so that the images have the keyColor set as a transparent colour that will not draw.
static ImagePresenter ImagePresenter.fromImageSequence(ImageDataSequence image, int nth)
          This creates an ImagePresenter object from nth first image of any ImageDataSequence object
 void ImageSequencer.setImageData(ImageDataSequence images)
          Set the current Image Data that the ImageSequencer is using.
 

Constructors in quicktime.app.image with parameters of type ImageDataSequence
ImageSequencer(ImageDataSequence images)
          Construct an ImageSequencer that will iterate over an ImageDataSequence.