Class ImageProcessor.CropRectangle

  • Enclosing interface:
    ImageProcessor

    public static class ImageProcessor.CropRectangle
    extends Object
    Holds the coordinates that we use to crop an image.
    • Field Detail

      • x

        public final int x
      • y

        public final int y
      • height

        public final int height
      • width

        public final int width
    • Constructor Detail

      • CropRectangle

        public CropRectangle​(int x,
                             int y,
                             int height,
                             int width)