Package edu.uha.miage

Class Point

java.lang.Object
edu.uha.miage.Point

public class Point extends Object
Author:
yvan
  • Constructor Details

    • Point

      public Point(double x, double y)
  • Method Details

    • getX

      public double getX()
    • getY

      public double getY()
    • setX

      public void setX(double x)
    • setY

      public void setY(double y)
    • toString

      public String toString()
      Overrides:
      toString in class Object