x = $x; $this->y = $y; } /** * Gets the x coordinate (label) * * @access public * @return integer x coordinate (label) */ function getX() { return $this->x; } /** * Gets the y coordinate (value) * * @access public * @return integer y coordinate (value) */ function getY() { return $this->y; } } ?>