public class IntCoords extends Object
It exists mainly to avoid AWT references to Point.
Point
int
x
y
IntCoords(int x, int y)
boolean
equals(Object o)
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int x
public int y
public IntCoords(int x, int y)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2015–2022 SciJava. All rights reserved.