Uses of Class
info.magnolia.imaging.operations.cropresize.AbstractCropAndResize

Packages that use AbstractCropAndResize
info.magnolia.imaging.operations.cropresize   
 

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

Subclasses of AbstractCropAndResize in info.magnolia.imaging.operations.cropresize
 class AutoCropAndResize
          A CropAndResize implementation which will resize to the configured targetWidth and targetHeight, and crop if needed: while respecting the ratio of the target dimensions, it will crop the image such that the largest possible portion of the image is kept.
 class BoundedResize
          A CropAndResize implementation which will never crop, and resize to either maxHeight or maxWidth while keeping the original image's ratio.
 class SelectedCropAndResize
          A CropAndResize implementation which uses coordinates as selected in a UI componenent.
 



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