Class XYPoint


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

      Fields 
      Modifier and Type Field Description
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      XYPoint​(double x, double y)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public final double x
      • y

        public final double y
    • Constructor Detail

      • XYPoint

        public XYPoint​(double x,
                       double y)