Uses of Class
org.scijava.util.IntRect
-
Packages that use IntRect Package Description org.scijava.util -
-
Uses of IntRect in org.scijava.util
Methods in org.scijava.util that return IntRect Modifier and Type Method Description IntRectIntRect. intersection(IntRect r)Returns a Rect representing the intersection of this Rect with the given Rect.Methods in org.scijava.util with parameters of type IntRect Modifier and Type Method Description IntRectIntRect. intersection(IntRect r)Returns a Rect representing the intersection of this Rect with the given Rect.booleanIntRect. intersects(IntRect r)Returns true if this rect intersects the given rect.
-