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

Packages that use Geometry
magoffin.matt.ma2   
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
 

Uses of Geometry in magoffin.matt.ma2
 

Methods in magoffin.matt.ma2 that return Geometry
 Geometry MediaSize.getGeometry()
          Get a default Geometry object for this size.
 

Uses of Geometry in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz that return Geometry
 Geometry MediaBiz.getGeometry(MediaSize size)
          Get a geometry for a given size.
 Geometry MediaBiz.getScaledGeometry(MediaItem item, MediaRequest request)
          Creates a Geometry scaled to the desired MediaSize set on the request.
 

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

Methods in magoffin.matt.ma2.biz.impl that return Geometry
 Geometry MediaBizImpl.getGeometry(MediaSize size)
           
 Geometry MediaBizImpl.getScaledGeometry(MediaItem item, MediaRequest request)
           
 

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

Method parameters in magoffin.matt.ma2.biz.impl with type arguments of type Geometry
 void MediaBizImpl.setGeometryMap(java.util.EnumMap<MediaSize,Geometry> geometryMap)