setY method

void setY(
  1. double y
)

Sets the Y ordinate value.

@param y the value to set as Y

Implementation

void setY(double y) {
  this.y = y;
}