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