public class Rect
extends Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
int |
height |
|
int |
width |
|
int |
x |
|
int |
y |
|
-
-
Method Summary
-
-
Constructor Details
-
public Rect(int x,
int y,
int width,
int height)
-
-
-
-
public Rect(double[] vals)
-
Method Details
-
public void set(double[] vals)
-
-
-
-
-
-
-
public boolean contains(
Point p)
-
-
-