|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXy
An interface to a point on a 2-dimensional plane
| Method Summary | |
|---|---|
double |
distance(IXy there)
distance between here and there |
double |
x()
X-coordinate of this point |
void |
x(double px)
Set the X-coordinate of this point |
double |
y()
Y-coordinate of this point |
void |
y(double py)
Set the Y-coordinate of this point |
| Method Detail |
|---|
double x()
double y()
double distance(IXy there)
void x(double px)
void y(double py)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||