Uses of Interface
quicktime.app.spaces.DynamicCollection

Packages that use DynamicCollection
quicktime.app.anim   
quicktime.app.display   
quicktime.app.spaces   
 

Uses of DynamicCollection in quicktime.app.anim
 

Classes in quicktime.app.anim that implement DynamicCollection
 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 DynamicCollection in quicktime.app.display
 

Subinterfaces of DynamicCollection in quicktime.app.display
 interface QTDisplaySpace
          This interface defines the minimum API that a QTDisplay space provides.
 

Classes in quicktime.app.display that implement DynamicCollection
 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.
 

Uses of DynamicCollection in quicktime.app.spaces
 

Subinterfaces of DynamicCollection in quicktime.app.spaces
 interface Space
          A Space is a dynamic collection of members.
 

Classes in quicktime.app.spaces that implement DynamicCollection
 class SimpleSpace
          SimpleSpace provides a default reference implementation of the Space interface.