public interface IRegion
| Modifier and Type | Method and Description |
|---|---|
int |
getArea() |
CoordinatesType |
getCoordinatesType() |
int |
getHeight() |
int |
getLeft() |
Location |
getLocation() |
RectangleSize |
getSize() |
int |
getTop() |
int |
getWidth() |
Region |
offset(int dx,
int dy) |
int getLeft()
int getTop()
RectangleSize getSize()
int getArea()
Location getLocation()
Region offset(int dx, int dy)
int getWidth()
int getHeight()
CoordinatesType getCoordinatesType()
Copyright © 2023. All rights reserved.