Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor
-
-
Uses of ImageProcessor in edu.cornell.mannlib.vitro.webapp.application
Methods in edu.cornell.mannlib.vitro.webapp.application that return ImageProcessor Modifier and Type Method Description ImageProcessorApplicationImpl. getImageProcessor()Methods in edu.cornell.mannlib.vitro.webapp.application with parameters of type ImageProcessor Modifier and Type Method Description voidApplicationImpl. setImageProcessor(ImageProcessor ip) -
Uses of ImageProcessor in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio
Classes in edu.cornell.mannlib.vitro.webapp.imageprocessor.imageio that implement ImageProcessor Modifier and Type Class Description classIIOImageProcessorCrop the main image as specified, and scale it to the correct size for a thumbnail. -
Uses of ImageProcessor in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai
Classes in edu.cornell.mannlib.vitro.webapp.imageprocessor.jai that implement ImageProcessor Modifier and Type Class Description classJaiImageProcessorDeprecated. -
Uses of ImageProcessor in edu.cornell.mannlib.vitro.webapp.modules
Methods in edu.cornell.mannlib.vitro.webapp.modules that return ImageProcessor Modifier and Type Method Description ImageProcessorApplication. getImageProcessor()
-