public class XYWHRectangle extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
h |
protected double |
w |
protected double |
x |
protected double |
y |
Constructor and Description |
---|
XYWHRectangle(double x,
double y,
double w,
double h) |
Modifier and Type | Method and Description |
---|---|
boolean |
coordinateEquals(double otherX,
double otherY,
double otherWidth,
double otherHeight) |
boolean |
equals(Object o) |
double |
getH() |
double |
getW() |
double |
getX() |
double |
getY() |
int |
hashCode() |
protected final double x
protected final double y
protected final double w
protected final double h