19
19
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
20
*
21
21
* @category PHPPowerPoint
22
- * @package PHPPowerPoint_Shape
22
+ * @package PHPPowerPoint_Style
23
23
* @copyright Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)
24
24
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
25
25
* @version ##VERSION##, ##DATE##
26
26
*/
27
27
28
28
/**
29
- * PHPPowerPoint_Shape_Shadow
29
+ * PHPPowerPoint_Style_Shadow
30
30
*
31
31
* @category PHPPowerPoint
32
- * @package PHPPowerPoint_Shape
32
+ * @package PHPPowerPoint_Style
33
33
* @copyright Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)
34
34
*/
35
- class PHPPowerPoint_Shape_Shadow implements PHPPowerPoint_IComparable
35
+ class PHPPowerPoint_Style_Shadow implements PHPPowerPoint_IComparable
36
36
{
37
37
/* Shadow alignment */
38
38
const SHADOW_BOTTOM = 'b ' ;
@@ -98,7 +98,7 @@ class PHPPowerPoint_Shape_Shadow implements PHPPowerPoint_IComparable
98
98
private $ _alpha ;
99
99
100
100
/**
101
- * Create a new PHPPowerPoint_Shape_Shadow
101
+ * Create a new PHPPowerPoint_Style_Shadow
102
102
*/
103
103
public function __construct ()
104
104
{
@@ -126,7 +126,7 @@ public function getVisible()
126
126
* Set Visible
127
127
*
128
128
* @param boolean $pValue
129
- * @return PHPPowerPoint_Shape_Shadow
129
+ * @return self
130
130
*/
131
131
public function setVisible ($ pValue = false )
132
132
{
@@ -149,7 +149,7 @@ public function getBlurRadius()
149
149
* Set Blur radius
150
150
*
151
151
* @param int $pValue
152
- * @return PHPPowerPoint_Shape_Shadow
152
+ * @return self
153
153
*/
154
154
public function setBlurRadius ($ pValue = 6 )
155
155
{
@@ -172,7 +172,7 @@ public function getDistance()
172
172
* Set Shadow distance
173
173
*
174
174
* @param int $pValue
175
- * @return PHPPowerPoint_Shape_Shadow
175
+ * @return self
176
176
*/
177
177
public function setDistance ($ pValue = 2 )
178
178
{
@@ -195,7 +195,7 @@ public function getDirection()
195
195
* Set Shadow direction (in degrees)
196
196
*
197
197
* @param int $pValue
198
- * @return PHPPowerPoint_Shape_Shadow
198
+ * @return self
199
199
*/
200
200
public function setDirection ($ pValue = 0 )
201
201
{
@@ -218,7 +218,7 @@ public function getAlignment()
218
218
* Set Shadow alignment
219
219
*
220
220
* @param int $pValue
221
- * @return PHPPowerPoint_Shape_Shadow
221
+ * @return self
222
222
*/
223
223
public function setAlignment ($ pValue = 0 )
224
224
{
@@ -242,7 +242,7 @@ public function getColor()
242
242
*
243
243
* @param PHPPowerPoint_Style_Color $pValue
244
244
* @throws Exception
245
- * @return PHPPowerPoint_Shape_Shadow
245
+ * @return self
246
246
*/
247
247
public function setColor (PHPPowerPoint_Style_Color $ pValue = null )
248
248
{
@@ -265,7 +265,7 @@ public function getAlpha()
265
265
* Set Alpha
266
266
*
267
267
* @param int $pValue
268
- * @return PHPPowerPoint_Shape_Shadow
268
+ * @return self
269
269
*/
270
270
public function setAlpha ($ pValue = 0 )
271
271
{
0 commit comments