Uses of Interface
quicktime.app.display.QTDisplaySpace

Packages that use QTDisplaySpace
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
 

Uses of QTDisplaySpace in quicktime.app.actions
 

Methods in quicktime.app.actions with parameters of type QTDisplaySpace
 void TransformMatrix.initialize(QTDisplaySpace space, Transformable memberTarget)
          This method is called to initialize the TransformMatrix operation.
 void TransformMatrix.initialize(QTDisplaySpace space, Transformable memberTarget, int x, int y)
          This method is called to initialize the TransformMatrix operation.
 

Constructors in quicktime.app.actions with parameters of type QTDisplaySpace
MatrixAction(int scale, int period, QTDisplaySpace space, Transformable t, TransformMatrix transformMatrixAction)
          Create a MatrixAction that will act upon a Matrix.
 

Uses of QTDisplaySpace in quicktime.app.anim
 

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

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