Class Coordinates

java.lang.Object
eu.webtoolkit.jwt.Coordinates

public class Coordinates
extends java.lang.Object
A coordinate.
  • Field Summary

    Fields
    Modifier and Type Field Description
    int x
    X coordinate.
    int y
    Y coordinate.
  • Constructor Summary

    Constructors
    Constructor Description
    Coordinates​(int X, int Y)
    Constructor.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • x

      public int x
      X coordinate.
    • y

      public int y
      Y coordinate.
  • Constructor Details

    • Coordinates

      public Coordinates​(int X, int Y)
      Constructor.