Class FingerPrint


  • public class FingerPrint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FingerPrint​(double x, double y, double width, double height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double overlap​(FingerPrint other)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FingerPrint

        public FingerPrint​(double x,
                           double y,
                           double width,
                           double height)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • overlap

        public double overlap​(FingerPrint other)