Package 

Class PointData

    • Field Summary

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

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

      Modifier and Type Method Description
      double getX()
      double getY()
      • Methods inherited from class java.lang.Object

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

      • PointData

        PointData(double x, double y)