ui.recognizer
Class ImageCoordinate

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.Point
          extended by ui.recognizer.ImageCoordinate
All Implemented Interfaces:
Serializable, Cloneable

public class ImageCoordinate
extends Point

A class representing an image coordinate. The units are in integers because pixels are the smallest resolvable item in the data.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
ImageCoordinate(int ax, int ay)
           
 
Method Summary
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageCoordinate

public ImageCoordinate(int ax,
                       int ay)