Class Crop

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Crop.Type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Crop​(int width, int height)  
      Crop​(int width, int height, Crop.Type... types)  
    • Constructor Detail

      • Crop

        public Crop​(int width,
                    int height,
                    Crop.Type... types)
      • Crop

        public Crop​(int width,
                    int height)