Uses of Interface
quicktime.app.image.Compositable

Packages that use Compositable
quicktime.app.anim   
quicktime.app.image   
quicktime.app.players   
quicktime.app.ui   
 

Uses of Compositable in quicktime.app.anim
 

Classes in quicktime.app.anim that implement Compositable
 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.
 class TwoDSprite
          A TwoDSprite is a specialised presenter for image data within the context of a SpriteWorld.
 

Methods in quicktime.app.anim that return Compositable
 Compositable SWCompositor.getCompositable(java.lang.Object member)
          This will return the TwoDSprite for the member as a Compositable object to enable an application to get and set the graphics mode presentation of the member object.
 

Uses of Compositable in quicktime.app.image
 

Subinterfaces of Compositable in quicktime.app.image
 interface DynamicImage
          This class enables members of SWCompositors that present an image which changes to explicitly invalidate the TwoDSprite that is their presenter in the SWCompositor.
 

Classes in quicktime.app.image that implement Compositable
 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 ImagePresenter
          This class represents an image that is loaded into memory.
 class QTEffectPresenter
          The QTEffectPresenter is used to present typically a QTFilter or QTTransition as a member of a SWCompositor.
 class QTImageDrawer
          Enables standard java drawing commands and graphics objects to have their content rendered by QuickTime within a QuickTime graphics space.
 

Uses of Compositable in quicktime.app.players
 

Classes in quicktime.app.players that implement Compositable
 class MoviePresenter
          The MoviePresenter is used to present typically a movie as a member of a SWCompositor.
 

Uses of Compositable in quicktime.app.ui
 

Classes in quicktime.app.ui that implement Compositable
 class PressActionButton
          This class represents a normal button which fires the action event when the button is pressed.
 class PressReleaseButton
          This class represents a button which fires the action event when the button is pressed and when it is released.
 class QTButton
          This abstarct class provides the basic functionality for a QTButton which takes care of the event handling of the button.
 class ReleaseButton
          This class represents a normal button which fires the action event when the button is released.
 class UIElement
          This class handles all the tasks of updating and redrawing the TwoDSprite.