com.anji.imaging
Class IntLocation2D

java.lang.Object
  extended bycom.anji.imaging.IntLocation2D

public class IntLocation2D
extends java.lang.Object

Author:
Philip Tucker

Field Summary
 int x
          x-axis value
 int y
          y-axis value
 
Constructor Summary
IntLocation2D()
          default ctor
IntLocation2D(int anX, int aY)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x
x-axis value


y

public int y
y-axis value

Constructor Detail

IntLocation2D

public IntLocation2D()
default ctor


IntLocation2D

public IntLocation2D(int anX,
                     int aY)
Parameters:
anX -
aY -
Method Detail

equals

public boolean equals(java.lang.Object o)
See Also:
Object.equals(java.lang.Object)

toString

public java.lang.String toString()
See Also:
Object.toString()