Uses of Interface
quicktime.app.image.Transformable

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

Uses of Transformable in quicktime.app.actions
 

Fields in quicktime.app.actions declared as Transformable
protected  Transformable MatrixAction.target
          The target of the matrix transformations
protected  Transformable TransformMatrix.target
          This is the Transformable target (which MUST be a member of the space) of the TransformMatrix action.
protected  Transformable Dragger.target
          Deprecated. This is the Transformable target of the Dragger action
 

Methods in quicktime.app.actions that return Transformable
 Transformable TransformMatrix.getTarget()
           
 

Methods in quicktime.app.actions with parameters of type Transformable
 void TransformMatrix.initialize(QTDisplaySpace space, Transformable memberTarget)
          This method is called to initialize the TransformMatrix operation.
 void TransformMatrix.initialize(QTDisplaySpace space, Transformable memberTarget, int x, int y)
          This method is called to initialize the TransformMatrix operation.
 

Constructors in quicktime.app.actions with parameters of type Transformable
MatrixAction(int scale, int period, QTDrawable space, Transformable t)
          Deprecated. since QTJava 4
MatrixAction(int scale, int period, QTDisplaySpace space, Transformable t, TransformMatrix transformMatrixAction)
          Create a MatrixAction that will act upon a Matrix.
BounceAction(int scale, int period, QTDrawable space, Transformable t, float deltaX, float deltaY)
          Constructs a BounceAction object.
 

Uses of Transformable in quicktime.app.anim
 

Classes in quicktime.app.anim that implement Transformable
 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 Transformable
 Transformable SWCompositor.getTransformable(java.lang.Object member)
          This will return the TwoDSprite for the member as a Transformable object to enable an application to get and set the display presentation (its location, scale, etc) of the member object.
 

Uses of Transformable in quicktime.app.display
 

Subinterfaces of Transformable 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 Transformable
 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 Transformable
 Transformable GroupDrawable.getTransformable(java.lang.Object member)
          Returns the Transformable object that represents the member in the DisplaySpace.
 Transformable QTDisplaySpace.getTransformable(java.lang.Object member)
          Returns the Transformable object that represents the member in the DisplaySpace.
 

Uses of Transformable in quicktime.app.image
 

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

Uses of Transformable in quicktime.app.players
 

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

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

Uses of Transformable in quicktime.app.ui
 

Classes in quicktime.app.ui that implement Transformable
 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.