Uses of Class
magoffin.matt.ma2.support.AbstractMediaHandler

Packages that use AbstractMediaHandler
magoffin.matt.ma2.audio   
magoffin.matt.ma2.image   
magoffin.matt.ma2.image.awt   
magoffin.matt.ma2.image.iio   
magoffin.matt.ma2.image.jmagick   
magoffin.matt.ma2.support   
 

Uses of AbstractMediaHandler in magoffin.matt.ma2.audio
 

Subclasses of AbstractMediaHandler in magoffin.matt.ma2.audio
 class BasicAudioMediaHandler
          MediaHandler implementation for audio files.
 

Uses of AbstractMediaHandler in magoffin.matt.ma2.image
 

Subclasses of AbstractMediaHandler in magoffin.matt.ma2.image
 class BaseImageMediaHandler
          Base implementation of MediaMetadata for image media types.
 class SvgMediaHandler
          SVG media handler using Apache Batik.
 

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

Subclasses of AbstractMediaHandler in magoffin.matt.ma2.image.awt
 class BaseAwtImageMediaHandler
          Base implementation of MediaHandler that uses the AWT for image processing.
 

Uses of AbstractMediaHandler in magoffin.matt.ma2.image.iio
 

Subclasses of AbstractMediaHandler in magoffin.matt.ma2.image.iio
 class BaseImageIOMediaHandler
          Base implemenation of MediaHandler using the Java ImageIO library for image operations.
 class JpegMediaHandler
          JPEG media handler using ImageIO.
 class PngMediaHandler
          PNG media handler using ImageIO.
 

Uses of AbstractMediaHandler in magoffin.matt.ma2.image.jmagick
 

Subclasses of AbstractMediaHandler in magoffin.matt.ma2.image.jmagick
 class BaseJMagickMediaHandler
          Base implementation of MediaHandler that uses the JMagick for image processing.
 

Uses of AbstractMediaHandler in magoffin.matt.ma2.support
 

Subclasses of AbstractMediaHandler in magoffin.matt.ma2.support
 class BasicIconBasedMediaHandler
          Base handler for media types that are icon-based.