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

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

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

Methods in info.magnolia.imaging.operations.cropresize that return Coords
 Coords CroppingInfo.getCoords()
           
protected abstract  Coords AbstractCropAndResize.getCroopCoords(BufferedImage source, P params)
          Determines the coordinates of the cropping to apply on the source image.
protected  Coords BoundedResize.getCroopCoords(BufferedImage source, ParameterProvider params)
           
protected  Coords AutoCropAndResize.getCroopCoords(BufferedImage source, ParameterProvider params)
           
protected  Coords SelectedCropAndResize.getCroopCoords(BufferedImage source, ParameterProvider<info.magnolia.cms.core.Content> params)
           
 

Methods in info.magnolia.imaging.operations.cropresize with parameters of type Coords
static Size Size.conformToCropRatio(Coords cropCoords, int targetWidth, int targetHeight)
           
protected abstract  Size AbstractCropAndResize.getEffectiveTargetSize(BufferedImage source, Coords cropCoords, P params)
          Determines the actual size for the resized image based on the source image, the crop coordinates calculated by AbstractCropAndResize.getCroopCoords(java.awt.image.BufferedImage, P) and the given ParameterProvider.
protected  Size BoundedResize.getEffectiveTargetSize(BufferedImage source, Coords cropCoords, ParameterProvider params)
           
protected  Size AutoCropAndResize.getEffectiveTargetSize(BufferedImage source, Coords cropCoords, ParameterProvider params)
           
protected  Size SelectedCropAndResize.getEffectiveTargetSize(BufferedImage source, Coords cropCoords, ParameterProvider<info.magnolia.cms.core.Content> params)
           
 BufferedImage Resizer.resize(BufferedImage src, Coords srcCoords, Size targetSize)
           
protected  BufferedImage AbstractCropAndResize.resize(BufferedImage src, Coords srcCoords, Size targetSize)
           
 void CroppingInfo.setCoords(Coords coords)
           
 

Constructors in info.magnolia.imaging.operations.cropresize with parameters of type Coords
CroppingInfo(String configName, Coords coords)
           
 

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

Methods in info.magnolia.imaging.operations.cropresize.resizers with parameters of type Coords
 BufferedImage ScaleAreaAveragingResizer.resize(BufferedImage src, Coords srcCoords, Size targetSize)
           
 BufferedImage MultiStepResizer.resize(BufferedImage src, Coords srcCoords, Size targetSize)
           
 BufferedImage BasicResizer.resize(BufferedImage src, Coords srcCoords, Size targetSize)
           
 



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