Class Core.MinMaxLocResult

  • Enclosing class:
    Core

    public static class Core.MinMaxLocResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MinMaxLocResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • minVal

        public double minVal
      • maxVal

        public double maxVal
      • minLoc

        public Point minLoc
      • maxLoc

        public Point maxLoc
    • Constructor Detail

      • MinMaxLocResult

        public MinMaxLocResult()