Class Coordinates


  • public final class Coordinates
    extends java.lang.Object
    Coordinates
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()  
      int getRow()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getColumn

        public int getColumn()
        Returns:
        Returns the column.
      • getRow

        public int getRow()
        Returns:
        Returns the row.