Class MatchPoint


  • public class MatchPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x1  
      int x2  
      int y1  
      int y2  
    • Method Summary

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

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

      • x1

        public int x1
      • y1

        public int y1
      • x2

        public int x2
      • y2

        public int y2
    • Method Detail

      • toString

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