Searched refs:strokeWeight (Results 1 – 3 of 3) sorted by relevance
852 public $strokeWeight; variable in Google_LineStyle874 public function setStrokeWeight( $strokeWeight) { argument875 $this->strokeWeight = $strokeWeight;878 return $this->strokeWeight;954 public $strokeWeight; variable in Google_PolygonStyle994 public function setStrokeWeight( $strokeWeight) { argument995 $this->strokeWeight = $strokeWeight;998 return $this->strokeWeight;
2088 p.strokeWeight(this.strokeWeight);2249 this.strokeWeight = 1;2279 this.strokeWeight = 1;2302 this.strokeWeight = arguments[0].strokeWeight;3044 this.strokeWeight = this.parseUnitSize(weight);6372 p.strokeWeight(1.0);7351 p.strokeWeight = function strokeWeight(w) { function