Package | Description |
---|---|
org.scijava.util |
Modifier and Type | Method and Description |
---|---|
IntRect |
IntRect.intersection(IntRect r)
Returns a Rect representing the intersection of this Rect with the given
Rect.
|
Modifier and Type | Method and Description |
---|---|
IntRect |
IntRect.intersection(IntRect r)
Returns a Rect representing the intersection of this Rect with the given
Rect.
|
boolean |
IntRect.intersects(IntRect r)
Returns true if this rect intersects the given rect.
|
Copyright © 2015–2022 SciJava. All rights reserved.