Uses of Interface
quicktime.app.actions.Targetable

Packages that use Targetable
quicktime.app.actions   
 

Uses of Targetable in quicktime.app.actions
 

Classes in quicktime.app.actions that implement Targetable
 class BounceAction
          This class provides the capability of moving and bouncing a Transformable object around within the space provided by the QTDrawable space that is the space within which the transformable object is displayed, by the amount specified by the deltaMatrix object.
 class MatrixAction
          This class provides the means for a basic Matrix actions.
 class NextImageAction
          This class will display the next image of its sequence of images whenever the doAction method is called from the super class tickle method.