Sets the y-coordinate of this location @param y y-coordinate
(double y)
| 165 | * @param y y-coordinate |
| 166 | */ |
| 167 | public void setY(double y) { |
| 168 | this.y = y; |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Gets the y-coordinate of this location |
no outgoing calls
no test coverage detected