Package gov.nih.mipav.model.file
Class jxlatte.Point
java.lang.Object
gov.nih.mipav.model.file.jxlatte.Point
- Enclosing class:
jxlatte
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabs(jxlatte.Point point) booleaninthashCode()inBounds(jxlatte.Rectangle bounds, jxlatte.Point point) Gives the closest point to this one within the bounds of the rectangletoString()
-
Field Details
-
y
public int y -
x
public int x
-
-
Constructor Details
-
Point
public Point(int y, int x) -
Point
public Point() -
Point
-
-
Method Details