Uses of Class
org.scijava.util.IntCoords
-
Packages that use IntCoords Package Description org.scijava.util -
-
Uses of IntCoords in org.scijava.util
Methods in org.scijava.util that return IntCoords Modifier and Type Method Description IntCoordsIntRect. getBottomRight()Gets the bottom right coordinate of the rectangle.IntCoordsIntRect. getTopLeft()Gets the top left coordinate of the rectangle.Methods in org.scijava.util with parameters of type IntCoords Modifier and Type Method Description booleanIntRect. contains(IntCoords coords)Tests whether the given coordinates lie within the rectangle.
-