Uses of Interface
magoffin.matt.ma2.image.awt.AwtMediaEffect

Packages that use AwtMediaEffect
magoffin.matt.ma2.image.awt   
 

Uses of AwtMediaEffect in magoffin.matt.ma2.image.awt
 

Classes in magoffin.matt.ma2.image.awt that implement AwtMediaEffect
 class BaseAwtMediaEffect
          Base implementation of AwtMediaEffect.
 class BumpMapEffect
          A watermark effect for AWT based processing, that creates a 3D bump map from the watermark image.
 class CompositeEffect
          A watermark effect for AWT based processing, that composites the watermark image on top of the media image.
 class RotateEffect
          Effect that rotates an image, based on the degrees specified by the MediaEffect.MEDIA_REQUEST_PARAM_ROTATE_DEGREES request parameter.
 class ScaleEffect
          Effect that scales an image to the size specified on the request.
 

Methods in magoffin.matt.ma2.image.awt that return types with arguments of type AwtMediaEffect
 java.util.Map<java.lang.String,AwtMediaEffect> BaseAwtImageMediaHandler.getAwtMediaEffectMap()
           
 

Method parameters in magoffin.matt.ma2.image.awt with type arguments of type AwtMediaEffect
 void BaseAwtImageMediaHandler.setAwtMediaEffectMap(java.util.Map<java.lang.String,AwtMediaEffect> awtMediaEffectMap)