Class ImageProcessor.CropRectangle
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor.CropRectangle
-
- Enclosing interface:
- ImageProcessor
public static class ImageProcessor.CropRectangle extends Object
Holds the coordinates that we use to crop an image.
-
-
Constructor Summary
Constructors Constructor Description CropRectangle(int x, int y, int height, int width)
-