Uses of Interface
quicktime.app.display.DrawingNotifier

Packages that use DrawingNotifier
quicktime.app.anim   
quicktime.app.image   
quicktime.app.players   
 

Uses of DrawingNotifier in quicktime.app.anim
 

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

Classes in quicktime.app.image that implement DrawingNotifier
 class QTEffectPresenter
          The QTEffectPresenter is used to present typically a QTFilter or QTTransition as a member of a SWCompositor.
 

Uses of DrawingNotifier in quicktime.app.players
 

Classes in quicktime.app.players that implement DrawingNotifier
 class MoviePlayer
          The MoviePlayer class allows your application to display, play and control any QuickTime movie.
 class MoviePresenter
          The MoviePresenter is used to present typically a movie as a member of a SWCompositor.