public class Rect extends Object
| Constructor and Description |
|---|
Rect() |
Rect(int width,
int height) |
Rect(int xMin,
int xMax,
int yMin,
int yMax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
int |
nbits() |
String |
toString() |
Copyright © 2018 The Apache Software Foundation. All rights reserved.