org.scijava.util
Class IntCoords
java.lang.Object
org.scijava.util.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 Summary |
int |
x
|
int |
y
|
x
public int x
y
public int y
IntCoords
public IntCoords(int x,
int y)
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2009–2014 SciJava. All rights reserved.