Package sig.engine

Class Point<T>


  • public class Point<T>
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Point​(T x, T y)  
    • Field Detail

      • x

        public T x
      • y

        public T y
    • Constructor Detail

      • Point

        public Point​(T x,
                     T y)
    • Method Detail

      • getX

        public T getX()
      • setX

        public void setX​(T x)
      • getY

        public T getY()
      • setY

        public void setY​(T y)
      • set

        public void set​(T x,
                        T y)
      • update

        public void update​(T x,
                           T y)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • clone

        public Point<T> clone()
                       throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException