Uses of Interface
quicktime.app.time.Ticklish

Packages that use Ticklish
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
quicktime.app.spaces   
quicktime.app.time   
 

Uses of Ticklish in quicktime.app.actions
 

Subinterfaces of Ticklish in quicktime.app.actions
 interface Targetable
          An object that implements this interface is an object that is defined to invoke some action upon its target according to the time constraints that are supplied by the caller of the tickle method.
 

Classes in quicktime.app.actions that implement Ticklish
 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 Invalidator
          The Invalidator class is used as a helper class when Compositing objects that have a changing image source.
 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.
 class PeriodicAction
          This class is the base class for all periodically recurring time based actions.
 class SequencerAction
          This class is an abstract class for actions that interact with some kind of Sequencer.
 class SimpleActionList
          The SimpleActionList class extends the TickleList to provide a list of Targetable objects.
 class TickleList
          An TickleList is a list that contains Ticklish members.
 

Methods in quicktime.app.actions that return Ticklish
 Ticklish TickleNode.getTicklish()
          Return the Ticklish that is held by this node
 

Methods in quicktime.app.actions with parameters of type Ticklish
protected  TickleNode TickleList.makeTickleNode(Ticklish t)
          Used by the addMember method to make a TickleNode that holds the supplied Ticklish object in the TickleList.
 void TickleList.setMemberActive(Ticklish member, boolean flag)
          Sets the active state of a member of the Ticklish list.
 boolean TickleList.isMemberActive(Ticklish member)
          Returns the current active state of the supplied member.
 void TickleNode.setTicklish(Ticklish action)
          Set the Ticklish that is held by this node
 

Constructors in quicktime.app.actions with parameters of type Ticklish
TickleNode(Ticklish action)
          Create a TickleNode for the supplied Ticklish
 

Uses of Ticklish in quicktime.app.anim
 

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

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

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

Uses of Ticklish in quicktime.app.spaces
 

Subinterfaces of Ticklish in quicktime.app.spaces
 interface Space
          A Space is a dynamic collection of members.
 interface TicklishController
          A TicklishController is a controller that requires tickling by the Space's Timer whenever the Space itself is tickled.
 

Classes in quicktime.app.spaces that implement Ticklish
 class SimpleSpace
          SimpleSpace provides a default reference implementation of the Space interface.
 

Uses of Ticklish in quicktime.app.time
 

Methods in quicktime.app.time that return Ticklish
 Ticklish Timer.getTicklish()
          Returns the current target of the Targetable object - this is the object that the Targetable will act upon.
 

Constructors in quicktime.app.time with parameters of type Ticklish
Timer(int scale, int period, Ticklish target)
          Create a Timer.
Timer(int scale, int period, Ticklish target, Movie mov)
          Create a Timer.