public class Rect
extends java.lang.Object
Constructor and Description |
---|
Rect() |
Rect(double x,
double y,
double w,
double h) |
Rect(Rect r) |
Modifier and Type | Method and Description |
---|---|
double |
aspectRatio() |
Rect |
copy() |
double |
distance(Rect r) |
void |
setRect(double x,
double y,
double w,
double h) |
java.lang.String |
toString() |
public Rect()
public Rect(Rect r)
public Rect(double x, double y, double w, double h)
Copyright 2004-2015 Wandora Team