edu.jhu.tmaj.client.image.draw
Class Point

java.lang.Object
  extended by edu.jhu.tmaj.client.image.draw.Point

final class Point
extends java.lang.Object

A class that represents an x and y coordinate


Field Summary
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
Point(int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

final int x

y

final int y
Constructor Detail

Point

Point(int x,
      int y)