Uses of Interface
quicktime.app.display.QTDrawable

Packages that use QTDrawable
quicktime.app   
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
quicktime.app.image   
quicktime.app.players   
quicktime.app.sg   
 

Uses of QTDrawable in quicktime.app
 

Methods in quicktime.app that return QTDrawable
 QTDrawable QTDrawableMaker.fromGraphicsImporter(GraphicsImporter gi)
           
 QTDrawable QTDrawableMaker.fromMovie(Movie m)
           
static QTDrawable QTFactory.makeDrawable(QTFile qtFile)
          This returns a QTDrawable object from the specified file.
static QTDrawable QTFactory.makeDrawable(QTFile qtFile, QTDrawableMaker maker)
          This returns a QTDrawable object from the specified file.
static QTDrawable QTFactory.makeDrawable(java.io.InputStream is, int hintType, java.lang.String hintString)
          This returns a QTDrawable object from the specified input stream.
static QTDrawable QTFactory.makeDrawable(java.io.InputStream is, int hintType, java.lang.String hintString, QTDrawableMaker maker)
          This returns a QTDrawable object from the specified input stream.
static QTDrawable QTFactory.makeDrawable(java.lang.String url)
          This returns a QTDrawable object from the specified URL.
static QTDrawable QTFactory.makeDrawable(java.lang.String url, QTDrawableMaker maker)
          This returns a QTDrawable object from the specified Universal Resource Locator.
 

Uses of QTDrawable in quicktime.app.actions
 

Fields in quicktime.app.actions declared as QTDrawable
protected  QTDrawable Dragger.space
          Deprecated. This is the QTDrawable space within which the Dragger's target is enclosed and contained
 

Methods in quicktime.app.actions that return QTDrawable
 QTDrawable MatrixAction.getSpace()
          Deprecated. since QTJava 4
 

Methods in quicktime.app.actions with parameters of type QTDrawable
 void MatrixAction.setSpace(QTDrawable space)
          Deprecated. since QTJava 4
 

Constructors in quicktime.app.actions with parameters of type QTDrawable
MatrixAction(int scale, int period, QTDrawable space, Transformable t)
          Deprecated. since QTJava 4
BounceAction(int scale, int period, QTDrawable space, Transformable t, float deltaX, float deltaY)
          Constructs a BounceAction object.
 

Uses of QTDrawable in quicktime.app.anim
 

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

Subinterfaces of QTDrawable in quicktime.app.display
 interface QTDisplaySpace
          This interface defines the minimum API that a QTDisplay space provides.
 

Classes in quicktime.app.display that implement QTDrawable
 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 QTDrawable
 QTDrawable GroupMember.getDrawer()
          The current drawing object that the settings relate to
 

Methods in quicktime.app.display with parameters of type QTDrawable
abstract  GroupMember GroupDrawable.memberChanged(QTDrawable d)
          This tells the group that the position or display size of the drawer has changed and it should do whatever actions are appropriate to reestablish the display integrity of the group.
abstract  void GroupDrawable.redrawMember(QTDrawable d, Region invalidRgn)
          An optimized redraw that will redraw only those objects that it needs to based on the fact that the supplied drawer has changed but those behind or in front of it have not.
 boolean GroupDrawable.setMemberAlignment(QTDrawable d, float xAlign, float yAlign)
          This will reset an item's alignment and redraw the group.
 boolean GroupDrawable.setMemberLayer(QTDrawable member, int layer)
          This sets the layer of the incoming drawable to the new layer.
protected  void GroupDrawable.setAlignedMemberLocation(QTDrawable drawer, float xAlign, float yAlign)
          A helper method that is used to set the location of the member based on the x and y alignment.
 void JQTCanvas.setClient(QTDrawable drawable, boolean layoutFlag)
          Associates a new client, a Drawable object, with this JQTCanvas.
 void JQTCanvas.setClient(QTDrawable cl, QDRect initialBounds)
          Associates a new client, a Drawable object, with this JQTCanvas.
 void JQTCanvas.drawingComplete(QTDrawable drawable)
          Called when a client is finished drawing and the canvas needs to be updated
 void DirectGroup.redrawMember(QTDrawable d, Region invalidRgn)
          This is an optimized drawing method that will only reset the clipping of those objects that are behind the supplied member.
 GroupMember DirectGroup.memberChanged(QTDrawable d)
          This tells the group that the position or display size of the drawer has changed and it should recalculate its alignment and clipping based on the new position.
 boolean DirectGroup.setMemberAlignment(QTDrawable d, float xAlign, float yAlign)
          This will reset an item's alignment and redraw the group.
 boolean DirectGroup.setMemberLayer(QTDrawable member, int layer)
          This sets the layer of the incoming drawable to the new layer.
 void DrawingListener.drawingComplete(QTDrawable drawable)
          The execute method is called by the Drawable when drawing is completed.
 

Constructors in quicktime.app.display with parameters of type QTDrawable
GroupMember(GroupDrawable group, QTDrawable d, int l)
          Construct a GroupMember object.
 

Uses of QTDrawable in quicktime.app.image
 

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

Constructors in quicktime.app.image with parameters of type QTDrawable
QTImageProducer(QTDrawable qtSource, java.awt.Dimension initSize)
          Creates an ImageProducer from the specified qtSource.
 

Uses of QTDrawable in quicktime.app.players
 

Classes in quicktime.app.players that implement QTDrawable
 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 QTDrawable in quicktime.app.sg
 

Classes in quicktime.app.sg that implement QTDrawable
 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.