public interface XyPoint
XySequence).XySequence| Modifier and Type | Method and Description |
|---|---|
void |
set(double y)
Set the y-value of this point.
|
double |
x()
Return the x-value of this point.
|
double |
y()
Return the y-value of this point.
|