Uses of Class
quicktime.app.image.ImagePresenter

Packages that use ImagePresenter
quicktime.app.image   
quicktime.app.players   
 

Uses of ImagePresenter in quicktime.app.image
 

Subclasses of ImagePresenter in quicktime.app.image
 class QTEffectPresenter
          The QTEffectPresenter is used to present typically a QTFilter or QTTransition as a member of a SWCompositor.
 

Fields in quicktime.app.image declared as ImagePresenter
protected  ImagePresenter ImageViewer.imagePresenter
          This is the ImagePresenter object that presents the current image.
 

Methods in quicktime.app.image that return ImagePresenter
 ImagePresenter QTImageDrawer.toImagePresenter()
          This will return an ImagePresenter object from the drawing that has been done by the Paintable object.
static ImagePresenter ImagePresenter.fromFile(QTFile qtFile)
          This creates an ImagePresenter object from a file.
static ImagePresenter ImagePresenter.fromGraphicsImporter(GraphicsImporter importer)
          This creates an ImagePresenter object from a GraphicsImporter.
static ImagePresenter ImagePresenter.fromGraphicsImporterDrawer(GraphicsImporterDrawer imageFile)
          This creates an ImagePresenter object from an GraphicsImporterDrawer object.
static ImagePresenter ImagePresenter.fromImageSpec(ImageSpec image)
          This creates an ImagePresenter object from an ImageSpec object.
static ImagePresenter ImagePresenter.fromImageSequence(ImageDataSequence image, int nth)
          This creates an ImagePresenter object from nth first image of any ImageDataSequence object
static ImagePresenter ImagePresenter.fromGWorld(QDGraphics grafPort)
          This creates an ImagePresenter object from the PixMap of the QDGraphics object.
static ImagePresenter ImagePresenter.fromGWorld(QDGraphics port, QDRect rect, int colorDepth, int quality, int codecType, CodecComponent codec)
          This creates an ImagePresenter object from PixMap source, bounds QDRect, color depth, compression quality, codec type, and codec component.
static ImagePresenter ImagePresenter.fromPict(Pict p)
          This creates an ImagePresenter object from a Pict object that is stored in memory.
static ImagePresenter ImagePresenter.fromQTImage(EncodedImage data, ImageDescription desc)
          This creates an ImagePresenter object from raw image data and ImageDescription.
 

Uses of ImagePresenter in quicktime.app.players
 

Subclasses of ImagePresenter in quicktime.app.players
 class MoviePresenter
          The MoviePresenter is used to present typically a movie as a member of a SWCompositor.