Uses of Interface
net.sourceforge.openutils.mgnlmedia.media.processors.ImageResolutionProcessor

Packages that use ImageResolutionProcessor
net.sourceforge.openutils.mgnlmedia.media.configuration   
net.sourceforge.openutils.mgnlmedia.media.crop   
net.sourceforge.openutils.mgnlmedia.media.processors   
 

Uses of ImageResolutionProcessor in net.sourceforge.openutils.mgnlmedia.media.configuration
 

Methods in net.sourceforge.openutils.mgnlmedia.media.configuration that return ImageResolutionProcessor
 ImageResolutionProcessor ImageProcessorsManager.getDefaultImageResolutionProcessor()
          Get the default image resolution processor (by default config is ResizeCropCenteredImageResolutionProcessor)
 ImageResolutionProcessor ImageProcessorsManager.getImageResolutionProcessor(char controlChar)
          Get image resolution processor for a given control char
 

Uses of ImageResolutionProcessor in net.sourceforge.openutils.mgnlmedia.media.crop
 

Classes in net.sourceforge.openutils.mgnlmedia.media.crop that implement ImageResolutionProcessor
 class PzcImageProcessor
           
 

Uses of ImageResolutionProcessor in net.sourceforge.openutils.mgnlmedia.media.processors
 

Classes in net.sourceforge.openutils.mgnlmedia.media.processors that implement ImageResolutionProcessor
 class BaseImageResolutionProcessor
          Base implementation of ImageResolutionProcessor.
 class FitInAndFillWithBandsImageResolutionProcessor
          Implementation of ImageResolutionProcessor that render image to fully fit the required resolution, eventually adding colored bands.
 class FitInImageResolutionProcessor
          Implementation of ImageResolutionProcessor that render image to fit inside the required resolution.
 class ResizeCropCenteredImageResolutionProcessor
          Default ImageResolutionProcessor that resizes an image to contain the required resolution and then crops the simmetric bands that outfits.
 class ResizeNoCropImageResolutionProcessor
          ImageResolutionProcessor that resizes an image to contain the required resolution.
 



Copyright © 2008-2011 Openmind. All Rights Reserved.