Package magoffin.matt.ma2.image.awt

Interface Summary
AwtMediaEffect An API for AWT-based implementations of MediaEffect.
 

Class Summary
BaseAwtImageMediaHandler Base implementation of MediaHandler that uses the AWT for image processing.
BaseAwtMediaEffect Base implementation of AwtMediaEffect.
BumpMapEffect A watermark effect for AWT based processing, that creates a 3D bump map from the watermark image.
CompositeEffect A watermark effect for AWT based processing, that composites the watermark image on top of the media image.
RotateEffect Effect that rotates an image, based on the degrees specified by the MediaEffect.MEDIA_REQUEST_PARAM_ROTATE_DEGREES request parameter.
ScaleEffect Effect that scales an image to the size specified on the request.