Uses of Class
quicktime.std.anim.SpriteWorld

Packages that use SpriteWorld
quicktime.std.anim   
 

Uses of SpriteWorld in quicktime.std.anim
 

Methods in quicktime.std.anim that return SpriteWorld
 SpriteWorld Sprite.getSpriteWorld()
          Return the sprite world that this sprite belongs too
 

Constructors in quicktime.std.anim with parameters of type SpriteWorld
Sprite(SpriteWorld itsSpriteWorld, ImageDescription idh, EncodedImage imageData, Matrix matrix, boolean visible, int layer)
          This constructor creates a new Sprite object for a specified sprite world.