Uses of Class
quicktime.app.anim.TwoDSprite

Packages that use TwoDSprite
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.image   
quicktime.app.players   
quicktime.app.ui   
 

Uses of TwoDSprite in quicktime.app.actions
 

Fields in quicktime.app.actions declared as TwoDSprite
protected  TwoDSprite Invalidator.s
          This is the sprite that requires invalidation in the tickle call
 

Methods in quicktime.app.actions that return TwoDSprite
 TwoDSprite Invalidator.getTarget()
          This returns the target TwoDSprite of the Invalidator.
 

Constructors in quicktime.app.actions with parameters of type TwoDSprite
Invalidator(TwoDSprite s)
          Constructs an Invalidator with the TwoDSprite that is presenting the Image and would require invalidation.
 

Uses of TwoDSprite in quicktime.app.anim
 

Methods in quicktime.app.anim that return TwoDSprite
abstract  TwoDSprite SWCompositor.getMemberSprite(java.lang.Object member)
          This method returns the TwoDSprite presenter that is presenting the image data of the given member.
 TwoDSprite Compositor.getMemberSprite(java.lang.Object member)
          This method returns the TwoDSprite presenter that is presenting the image data of the given member.
 

Methods in quicktime.app.anim with parameters of type TwoDSprite
 Invalidator SWCompositor.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
abstract  java.lang.Object SWCompositor.getSpriteMember(TwoDSprite sprite)
          This method returns the member that is being presented by the supplied TwoDSprite presenter.
protected  void SWCompositor.postProcessAdd(java.lang.Object member, TwoDSprite s)
          This method should be called by the subclass after the member has been added to the SWCompositor.
protected  void SWCompositor.postProcessRemove(java.lang.Object member, TwoDSprite s)
          This method should be called by the subclass before the member has been removed from the SWCompositor.
 java.lang.Object Compositor.getSpriteMember(TwoDSprite sprite)
          This method returns the member that is being presented by the supplied TwoDSprite presenter.
 

Uses of TwoDSprite in quicktime.app.image
 

Methods in quicktime.app.image with parameters of type TwoDSprite
 Invalidator QTImageDrawer.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
 Invalidator QTEffectPresenter.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
 Invalidator CompositableEffect.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
 Invalidator DSequenceFromMemory.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
 Invalidator DynamicImage.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
 

Uses of TwoDSprite in quicktime.app.players
 

Fields in quicktime.app.players declared as TwoDSprite
protected  TwoDSprite MoviePresenter.spritePresenter
           
 

Methods in quicktime.app.players with parameters of type TwoDSprite
 Invalidator MoviePresenter.addedToCompositor(SWCompositor c, TwoDSprite s)
          Returns an object that invalidates a sprite.
 

Uses of TwoDSprite in quicktime.app.ui
 

Subclasses of TwoDSprite in quicktime.app.ui
 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.
 

Methods in quicktime.app.ui with parameters of type TwoDSprite
 Invalidator UIElement.addedToCompositor(SWCompositor c, TwoDSprite s)