Class IntCoords


  • public class IntCoords
    extends Object
    This class represents an (X, Y) coordinate pair in integer coordinates.

    It exists mainly to avoid AWT references to Point.

    Author:
    Grant Harris, Curtis Rueden
    • Field Detail

      • x

        public int x
      • y

        public int y
    • Constructor Detail

      • IntCoords

        public IntCoords​(int x,
                         int y)