Sets the x-coordinate of this location @param x X-coordinate
(double x)
| 137 | * @param x X-coordinate |
| 138 | */ |
| 139 | public void setX(double x) { |
| 140 | this.x = x; |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Gets the x-coordinate of this location |
no outgoing calls
no test coverage detected