Uses of Class
quicktime.app.image.QTEffect

Packages that use QTEffect
quicktime.app.image   
 

Uses of QTEffect in quicktime.app.image
 

Subclasses of QTEffect in quicktime.app.image
 class CompositableEffect
          This class is used to directly add an effect to a SWCompositor.
 class QTFilter
          QTFilters are visual effects that are applied to a single source image.
 class QTTransition
          QTTransistions are visual effects that are applied to a two images, transitioning from the source image to the destination image.
 

Methods in quicktime.app.image that return QTEffect
 QTEffect QTEffectPresenter.getEffect()
          Returns the effect that the QTEffectPresenter is presenting.
 

Constructors in quicktime.app.image with parameters of type QTEffect
QTEffectPresenter(QTEffect ef)
          Create a QTEffectPresenter from the supplied effect.
QTEffectPresenter(QTEffect ef, QDGraphics g)
          Create a QTEffectPresenter from the supplied effect.