public interface Rectangle extends Shape
Modifier and Type | Method and Description |
---|---|
double |
getMaxX()
The right edge of the X coordinate.
|
double |
getMaxY()
The top edge of the Y coordinate.
|
double |
getMinX()
The left edge of the X coordinate.
|
double |
getMinY()
The bottom edge of the Y coordinate.
|
Copyright © GigaSpaces.