Class Detector.Point

  • Enclosing class:
    Detector

    static final class Detector.Point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int x  
      private int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point​(int x, int y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getX()  
      (package private) int getY()  
      (package private) ResultPoint toResultPoint()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • x

        private final int x
      • y

        private final int y
    • Constructor Detail

      • Point

        Point​(int x,
              int y)
    • Method Detail

      • getX

        int getX()
      • getY

        int getY()
      • toString

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