Package util

Class SimplePoint

java.lang.Object
util.SimplePoint

public class SimplePoint extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
  • Constructor Details

    • SimplePoint

      public SimplePoint()
    • SimplePoint

      public SimplePoint(int x, int y)
    • SimplePoint

      public SimplePoint(SimplePoint p)
  • Method Details

    • setX

      public void setX(int x)
    • getX

      public int getX()
    • setY

      public void setY(int y)
    • getY

      public int getY()