strokeColor = $strokeColor; } public function getStrokeColor() { return $this->strokeColor; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setStrokeColorStyler(Google_Service_Fusiontables_StyleFunction $strokeColorStyler) { $this->strokeColorStyler = $strokeColorStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getStrokeColorStyler() { return $this->strokeColorStyler; } public function setStrokeOpacity($strokeOpacity) { $this->strokeOpacity = $strokeOpacity; } public function getStrokeOpacity() { return $this->strokeOpacity; } public function setStrokeWeight($strokeWeight) { $this->strokeWeight = $strokeWeight; } public function getStrokeWeight() { return $this->strokeWeight; } /** * @param Google_Service_Fusiontables_StyleFunction */ public function setStrokeWeightStyler(Google_Service_Fusiontables_StyleFunction $strokeWeightStyler) { $this->strokeWeightStyler = $strokeWeightStyler; } /** * @return Google_Service_Fusiontables_StyleFunction */ public function getStrokeWeightStyler() { return $this->strokeWeightStyler; } }