Package util

Class SimplePoint

java.lang.Object
util.SimplePoint

public class SimplePoint
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int x  
    int y  
  • Constructor Summary

    Constructors 
    Constructor Description
    SimplePoint()  
    SimplePoint​(int x, int y)  
    SimplePoint​(SimplePoint p)  
  • Method Summary

    Modifier and Type Method Description
    int getX()  
    int getY()  
    void setX​(int x)  
    void setY​(int y)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public int x
    • y

      public int y
  • Constructor Details

  • Method Details

    • setX

      public void setX​(int x)
    • getX

      public int getX()
    • setY

      public void setY​(int y)
    • getY

      public int getY()