Class PointImpl

  • All Implemented Interfaces:
    Point

    public final class PointImpl
    extends Object
    implements Point
    • Constructor Detail

      • PointImpl

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

      • x

        public double x()
        Specified by:
        x in interface Point
      • y

        public double y()
        Specified by:
        y in interface Point