|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.image.QTEffect
|
+--quicktime.app.image.CompositableEffect
This class is used to directly add an effect to a SWCompositor. Only effects of zero source (such as fire, ripple) can be added directly. Filters and Transitions act on one or two sources and must be added to a SWCompositor using the QTEffectPresenter.
QTEffectPresenter| Field Summary |
| Fields inherited from interface quicktime.app.image.Redrawable |
kMultiFrame, kSingleFrame |
| Constructor Summary | |
CompositableEffect()
Deprecated. since QTJava 6.1 |
|
CompositableEffect(int multiFrameFlag)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
Invalidator |
addedToCompositor(SWCompositor c,
TwoDSprite s)
Deprecated. since QTJava 6.1 |
void |
removedFromCompositor(SWCompositor c)
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.image.QTEffect |
addedTo, checkForEffect, getClip, getCurrentFrame, getDescription, getDisplayBounds, getDSequence, getEffect, getFrames, getGraphicsMode, getGWorld, getImage, getInitialSize, getMatrix, getOriginalSize, isRedrawing, isSingleFrame, redraw, removedFrom, setClip, setDisplayBounds, setEffect, setGraphicsMode, setGWorld, setLocation, setMatrix, setRedrawing, setUpSequence |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface quicktime.app.image.Compositable |
getGraphicsMode, setGraphicsMode |
| Methods inherited from interface quicktime.app.image.ImageSpec |
getDescription, getImage |
| Methods inherited from interface quicktime.app.image.Redrawable |
isRedrawing, isSingleFrame, setRedrawing |
| Constructor Detail |
public CompositableEffect()
throws QTException
public CompositableEffect(int multiFrameFlag)
throws QTException
multiFrameFlag - is normally set to kMultiFrame| Method Detail |
public Invalidator addedToCompositor(SWCompositor c,
TwoDSprite s)
The Invalidators provided with objects that implement the DynamicImage interface will execute at the scale and period of the Compositor when they are created.
addedToCompositor in interface DynamicImagec - the Compositor in which the DynamicImage is a members - the TwoDSprite that is presenting the DynamicImage's image in
the Compositor. This is the sprite that must be invalidated.
quicktime.app.display.SWCompositorpublic void removedFromCompositor(SWCompositor c)
removedFromCompositor in interface DynamicImagec - the SWCompositor it is being removed from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||