Class ComputationalGeometry.xyItem

  • Enclosing class:
    ComputationalGeometry

    private class ComputationalGeometry.xyItem
    extends java.lang.Object
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      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
    • Field Detail

      • x

        private double x
      • y

        private double y
    • Constructor Detail

      • xyItem

        public xyItem​(double x,
                      double y)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()