Class Coordinate

java.lang.Object
org.csveed.bean.conversion.Coordinate

public class Coordinate extends Object
The Class Coordinate.
  • Constructor Details

    • Coordinate

      public Coordinate(Integer x, Integer y)
      Instantiates a new coordinate.
      Parameters:
      x - the x
      y - the y
  • Method Details

    • getX

      public Integer getX()
      Gets the x.
      Returns:
      the x
    • getY

      public Integer getY()
      Gets the y.
      Returns:
      the y
    • fromString

      public static Coordinate fromString(String coordinateText)
      From string.
      Parameters:
      coordinateText - the coordinate text
      Returns:
      the coordinate
    • toString

      public String toString()
      Overrides:
      toString in class Object