public interface Rect
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWidth() |
int |
getX1() |
int |
getX2() |
int |
getY1() |
int |
getY2() |
void |
move(int xofs,
int yofs) |
Copyright © 2016. All rights reserved.