Class BitmapChecker.ImageHeuristics

  • Enclosing class:
    BitmapChecker

    public class BitmapChecker.ImageHeuristics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      long length  
      int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageHeuristics​(int width, int height, long length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public int width
      • height

        public int height
      • length

        public long length
    • Constructor Detail

      • ImageHeuristics

        public ImageHeuristics​(int width,
                               int height,
                               long length)