Class Point


  • public class Point
    extends java.lang.Object
    The java.awt.Point clone
    Author:
    gianpiero.diblasi
    • Field Summary

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

      Constructors 
      Constructor Description
      Point​(int x, int y)
      Creates the object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public final int x
      • y

        public final int y
    • Constructor Detail

      • Point

        public Point​(int x,
                     int y)
        Creates the object
        Parameters:
        x - The x-axis coordinate
        y - The y-axis coordinate