Uses of Class
quicktime.std.anim.Sprite

Packages that use Sprite
quicktime.std.anim   
quicktime.std.image   
quicktime.util   
 

Uses of Sprite in quicktime.std.anim
 

Methods in quicktime.std.anim that return Sprite
 Sprite SpriteWorld.hitTest(int flags, QDPoint loc)
          This method is used to determine if a sprite exists at a certain location.
 

Uses of Sprite in quicktime.std.image
 

Methods in quicktime.std.image with parameters of type Sprite
static ImageDescription ImageDescription.fromSprite(Sprite s)
          This method gets the image description property of this sprite.
 

Uses of Sprite in quicktime.util
 

Methods in quicktime.util with parameters of type Sprite
static RawEncodedImage RawEncodedImage.fromSprite(Sprite s)
          This method gets the image data property of this sprite.