Uses of Class
quicktime.app.spaces.SimpleSpace

Packages that use SimpleSpace
quicktime.app.anim   
quicktime.app.display   
 

Uses of SimpleSpace in quicktime.app.anim
 

Subclasses of SimpleSpace in quicktime.app.anim
 class Compositor
          The Compositor uses the SpriteWorld compositing services of the SWCompositor to composit an image out of its member objects.
 class SWCompositor
          SWCompositor provides the capability to composit a complex image together of disparate image sources and then treat the result as a single image which is presented to the user.
 

Uses of SimpleSpace in quicktime.app.display
 

Subclasses of SimpleSpace in quicktime.app.display
 class DirectGroup
          A DirectGroup contains a set of QTDrawable objects that present their visual contents directly to the screen.
 class GroupDrawable
          This forms the base class for grouping QTDrawable objects within a single display space that is controlled by this group.