Uses of Class
magoffin.matt.ma2.MediaSize

Packages that use MediaSize
magoffin.matt.ma2   
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.image.jmagick   
magoffin.matt.ma2.support   
 

Uses of MediaSize in magoffin.matt.ma2
 

Methods in magoffin.matt.ma2 that return MediaSize
 MediaSize MediaRequest.getSize()
          Get the desired size constant.
static MediaSize MediaSize.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MediaSize[] MediaSize.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of MediaSize in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz with parameters of type MediaSize
 Geometry MediaBiz.getGeometry(MediaSize size)
          Get a geometry for a given size.
 

Method parameters in magoffin.matt.ma2.biz with type arguments of type MediaSize
 int IOBiz.clearCacheFiles(User user, java.util.Set<MediaSize> ofSize)
          Clear all cache files for a particular user, optionally of a particular size only.
 

Uses of MediaSize in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return MediaSize
 MediaSize UserBizImpl.getDefaultThumbSize()
           
 MediaSize UserBizImpl.getDefaultViewSize()
           
 

Methods in magoffin.matt.ma2.biz.impl that return types with arguments of type MediaSize
 java.util.EnumMap<MediaSize,Geometry> MediaBizImpl.getGeometryMap()
           
 java.util.Set<MediaSize> UserBizImpl.getWatermarkSizes()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type MediaSize
 Geometry MediaBizImpl.getGeometry(MediaSize size)
           
 void UserBizImpl.setDefaultThumbSize(MediaSize defaultThumbMediaSize)
           
 void UserBizImpl.setDefaultViewSize(MediaSize defaultViewMediaSize)
           
 

Method parameters in magoffin.matt.ma2.biz.impl with type arguments of type MediaSize
 int IOBizImpl.clearCacheFiles(User user, java.util.Set<MediaSize> ofSize)
           
 void MediaBizImpl.setGeometryMap(java.util.EnumMap<MediaSize,Geometry> geometryMap)
           
 void UserBizImpl.setWatermarkSizes(java.util.Set<MediaSize> watermarkSizes)
           
 

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

Methods in magoffin.matt.ma2.image.jmagick that return types with arguments of type MediaSize
protected  java.util.Set<MediaSize> ScaleEffect.getThumbnailSizes()
           
 

Method parameters in magoffin.matt.ma2.image.jmagick with type arguments of type MediaSize
protected  void ScaleEffect.setThumbnailSizes(java.util.Set<MediaSize> thumbnailSizes)
           
 

Uses of MediaSize in magoffin.matt.ma2.support
 

Methods in magoffin.matt.ma2.support that return MediaSize
 MediaSize BasicMediaRequest.getSize()
           
 

Methods in magoffin.matt.ma2.support that return types with arguments of type MediaSize
 java.util.Set<MediaSize> AbstractMediaHandler.getNoWatermarkSizes()
           
 

Methods in magoffin.matt.ma2.support with parameters of type MediaSize
 void BasicMediaRequest.setSize(MediaSize size)
           
 

Method parameters in magoffin.matt.ma2.support with type arguments of type MediaSize
 void AbstractMediaHandler.setNoWatermarkSizes(java.util.Set<MediaSize> noWatermarkSizes)
           
 

Constructors in magoffin.matt.ma2.support with parameters of type MediaSize
BasicMediaRequest(java.lang.Long id, MediaSize size, MediaQuality quality)
          Construct with some parameters.