public interface Region
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Region r)
Find out if this region fully contains another region.
|
double |
getXMax()
Get the upper X coordinate.
|
double |
getXMin()
Get the lower X coordinate.
|
double |
getYMax()
Get the upper Y coordinate.
|
double |
getYMin()
Get the lower Y coordinate.
|
boolean |
intersects(Region r)
Find out if this region intersects another region.
|
boolean intersects(Region r)
r
- The other region.boolean contains(Region r)
r
- The other region.double getXMin()
double getYMin()
double getXMax()
double getYMax()