Uses of Interface
quicktime.app.display.Drawable

Packages that use Drawable
quicktime.app.anim   
quicktime.app.display   
quicktime.app.image   
quicktime.app.players   
quicktime.app.sg   
 

Uses of Drawable in quicktime.app.anim
 

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

Subinterfaces of Drawable in quicktime.app.display
 interface QTDisplaySpace
          This interface defines the minimum API that a QTDisplay space provides.
 interface QTDrawable
          This interface is designed to work hand-in-hand with a QTCanvas object.
 

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

Methods in quicktime.app.display that return Drawable
 Drawable QTCanvas.getClient()
          Returns the Drawable object currently associated with this QTCanvas.
 

Methods in quicktime.app.display with parameters of type Drawable
 void QTCanvas.setClient(Drawable client, boolean layoutFlag)
          Associates a new client, a Drawable object, with this QTCanvas.
 void QTCanvas.setClient(Drawable client, QDRect initialBounds)
          Associates a new client, a Drawable object, with this QTCanvas.
 

Uses of Drawable in quicktime.app.image
 

Classes in quicktime.app.image that implement Drawable
 class CompositableEffect
          This class is used to directly add an effect to a SWCompositor.
 class DSequenceFromMemory
          This class provides a mechanism for decompressing a sequence of images which were previously compressed using the CSequenceToMemory class.
 class GraphicsImporterDrawer
          This class represents an image that is stored as a file that can be read and drawn using QuickTime GraphicsImporter component
 class ImageDrawer
          This class will present a normal java.awt.Image object as a client of the QTCanvas.
 class ImagePresenter
          This class represents an image that is loaded into memory.
 class ImageViewer
          This class presents a sequence of Images that a user can view by simply clicking the mouse, or option clicking to view backwards.
It takes an ImageSequencer object as its source images, and uses an ImagePresenter object internally to present the current image.
 class QTEffect
          QTEffect forms the base class for visual effects that can be applied to images.
 class QTEffectPresenter
          The QTEffectPresenter is used to present typically a QTFilter or QTTransition as a member of a SWCompositor.
 class QTFilter
          QTFilters are visual effects that are applied to a single source image.
 class QTImageDrawer
          Enables standard java drawing commands and graphics objects to have their content rendered by QuickTime within a QuickTime graphics space.
 class QTTransition
          QTTransistions are visual effects that are applied to a two images, transitioning from the source image to the destination image.
 

Uses of Drawable in quicktime.app.players
 

Classes in quicktime.app.players that implement Drawable
 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.
 class QTPlayer
          The QTPlayer class allows your application to display, play and control any QuickTime movie with the standard QuickTime movie controller.
 

Uses of Drawable in quicktime.app.sg
 

Classes in quicktime.app.sg that implement Drawable
 class PresentationDrawer
           
 class SGDrawer
          This class presents the SequenceGrabber/SGChannel component as a Drawable object so that it can be displayed within the confines of the QTCanvas.