Uses of Interface
info.magnolia.imaging.operations.cropresize.Resizer

Packages that use Resizer
info.magnolia.imaging.operations.cropresize   
info.magnolia.imaging.operations.cropresize.resizers   
 

Uses of Resizer in info.magnolia.imaging.operations.cropresize
 

Methods in info.magnolia.imaging.operations.cropresize that return Resizer
 Resizer AbstractCropAndResize.getResizer()
           
 

Methods in info.magnolia.imaging.operations.cropresize with parameters of type Resizer
 void AbstractCropAndResize.setResizer(Resizer resizer)
           
 

Uses of Resizer in info.magnolia.imaging.operations.cropresize.resizers
 

Classes in info.magnolia.imaging.operations.cropresize.resizers that implement Resizer
 class BasicResizer
          Basic implementation of a Resizer.
 class MultiStepResizer
          Highly inspired by http://today.java.net/lpt/a/362 This method will use a multi-step scaling technique that provides higher quality than the usual one-step technique (only useful in downscaling cases, where targetWidth or targetHeight is smaller than the original dimensions, and generally only when the BILINEAR hint is specified).
 class ScaleAreaAveragingResizer
          This implementation uses the discouraged java.awt.Image#getScaledInstance method, which has rather poor performance, but unmatched quality.
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.