|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SWCompositor | |
quicktime.app.anim | |
quicktime.app.image | |
quicktime.app.players | |
quicktime.app.ui |
Uses of SWCompositor in quicktime.app.anim |
Subclasses of SWCompositor in quicktime.app.anim | |
class |
Compositor
The Compositor uses the SpriteWorld compositing services of the SWCompositor to composit an image out of its member objects. |
Methods in quicktime.app.anim that return SWCompositor | |
SWCompositor |
TwoDSprite.getParent()
Return the sprite world that this sprite belongs too. |
SWCompositor |
SWCompositor.getParent()
Returns the SWCompositor that this is the parent container of this SWCompositor. |
Methods in quicktime.app.anim with parameters of type SWCompositor | |
void |
SWCompositor.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Invalidator |
SWCompositor.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
Uses of SWCompositor in quicktime.app.image |
Methods in quicktime.app.image with parameters of type SWCompositor | |
Invalidator |
QTImageDrawer.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
void |
QTImageDrawer.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Invalidator |
QTEffectPresenter.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
void |
QTEffectPresenter.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Invalidator |
CompositableEffect.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
void |
CompositableEffect.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Invalidator |
DSequenceFromMemory.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
void |
DSequenceFromMemory.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Invalidator |
DynamicImage.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
void |
DynamicImage.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Uses of SWCompositor in quicktime.app.players |
Methods in quicktime.app.players with parameters of type SWCompositor | |
Invalidator |
MoviePresenter.addedToCompositor(SWCompositor c,
TwoDSprite s)
Returns an object that invalidates a sprite. |
void |
MoviePresenter.removedFromCompositor(SWCompositor c)
When a dynamic image class is removed from a SWCompositor this method is called to allow the class to cleanup any of the invalidation processes it had established in the addedToCompositor call. |
Uses of SWCompositor in quicktime.app.ui |
Methods in quicktime.app.ui with parameters of type SWCompositor | |
Invalidator |
UIElement.addedToCompositor(SWCompositor c,
TwoDSprite s)
|
void |
UIElement.removedFromCompositor(SWCompositor c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |