107 $this->_visible =
false;
108 $this->_blurRadius = 6;
109 $this->_distance = 2;
110 $this->_direction = 0;
132 $this->_visible = $pValue;
152 $this->_blurRadius = $pValue;
172 $this->_distance = $pValue;
192 $this->_direction = $pValue;
212 $this->_alignment = $pValue;
233 $this->_color = $pValue;
253 $this->_alpha = $pValue;
264 ($this->_visible ?
't' :
'f')
269 . $this->_color->getHashCode()
279 $vars = get_object_vars($this);
280 foreach ($vars as $key => $value) {
281 if (is_object($value)) {
282 $this->$key = clone $value;
284 $this->$key = $value;