Uses of Interface
quicktime.app.image.Redrawable

Packages that use Redrawable
quicktime.app.image   
 

Uses of Redrawable in quicktime.app.image
 

Classes in quicktime.app.image that implement Redrawable
 class CompositableEffect
          This class is used to directly add an effect to a SWCompositor.
 class QTEffect
          QTEffect forms the base class for visual effects that can be applied to images.
 class QTFilter
          QTFilters are visual effects that are applied to a single source image.
 class QTImageDrawer
          Enables standard java drawing commands and graphics objects to have their content rendered by QuickTime within a QuickTime graphics space.
 class QTImageProducer
          The QTImageProducer implements the java.awt.image.ImageProducer interface for a single source QuickTime object.
 class QTTransition
          QTTransistions are visual effects that are applied to a two images, transitioning from the source image to the destination image.