setSelectedX method

void setSelectedX(
  1. double x
)

Implementation

void setSelectedX(double x) {
  selectedX = x;
}