ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PHPExcel_Chart_GridLines Class Reference

Created by PhpStorm. More...

+ Inheritance diagram for PHPExcel_Chart_GridLines:
+ Collaboration diagram for PHPExcel_Chart_GridLines:

Public Member Functions

 getObjectState ()
 Get Object State. More...
 
 setLineColorProperties ($value, $alpha=0, $type=self::EXCEL_COLOR_TYPE_STANDARD)
 Set Line Color Properties. More...
 
 setLineStyleProperties ($line_width=NULL, $compound_type=NULL, $dash_type=NULL, $cap_type=NULL, $join_type=NULL, $head_arrow_type=NULL, $head_arrow_size=NULL, $end_arrow_type=NULL, $end_arrow_size=NULL)
 Set Line Color Properties. More...
 
 getLineColorProperty ($parameter)
 Get Line Color Property. More...
 
 getLineStyleProperty ($elements)
 Get Line Style Property. More...
 
 setGlowProperties ($size, $color_value=NULL, $color_alpha=NULL, $color_type=NULL)
 Set Glow Properties. More...
 
 getGlowColor ($property)
 Get Glow Color Property. More...
 
 getGlowSize ()
 Get Glow Size. More...
 
 getLineStyleArrowParameters ($arrow_selector, $property_selector)
 Get Line Style Arrow Parameters. More...
 
 setShadowProperties ($sh_presets, $sh_color_value=NULL, $sh_color_type=NULL, $sh_color_alpha=NULL, $sh_blur=NULL, $sh_angle=NULL, $sh_distance=NULL)
 Set Shadow Properties. More...
 
 getShadowProperty ($elements)
 Get Shadow Property. More...
 
 setSoftEdgesSize ($size)
 Set Soft Edges Size. More...
 
 getSoftEdgesSize ()
 Get Soft Edges Size. More...
 

Data Fields

 $_line_properties
 
 $_shadow_properties
 
 $_glow_properties
 
 $_soft_edges
 
- Data Fields inherited from PHPExcel_Properties
const EXCEL_COLOR_TYPE_STANDARD = 'prstClr'
 
const EXCEL_COLOR_TYPE_SCHEME = 'schemeClr'
 
const EXCEL_COLOR_TYPE_ARGB = 'srgbClr'
 
const AXIS_LABELS_LOW = 'low'
 
const AXIS_LABELS_HIGH = 'high'
 
const AXIS_LABELS_NEXT_TO = 'nextTo'
 
const AXIS_LABELS_NONE = 'none'
 
const TICK_MARK_NONE = 'none'
 
const TICK_MARK_INSIDE = 'in'
 
const TICK_MARK_OUTSIDE = 'out'
 
const TICK_MARK_CROSS = 'cross'
 
const HORIZONTAL_CROSSES_AUTOZERO = 'autoZero'
 
const HORIZONTAL_CROSSES_MAXIMUM = 'max'
 
const FORMAT_CODE_GENERAL = 'General'
 
const FORMAT_CODE_NUMBER = '#,##0.00'
 
const FORMAT_CODE_CURRENCY = '$#,##0.00'
 
const FORMAT_CODE_ACCOUNTING = '_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)'
 
const FORMAT_CODE_DATE = 'm/d/yyyy'
 
const FORMAT_CODE_TIME = '[$-F400]h:mm:ss AM/PM'
 
const FORMAT_CODE_PERCENTAGE = '0.00%'
 
const FORMAT_CODE_FRACTION = '# ?/?'
 
const FORMAT_CODE_SCIENTIFIC = '0.00E+00'
 
const FORMAT_CODE_TEXT = '@'
 
const FORMAT_CODE_SPECIAL = '00000'
 
const ORIENTATION_NORMAL = 'minMax'
 
const ORIENTATION_REVERSED = 'maxMin'
 
const LINE_STYLE_COMPOUND_SIMPLE = 'sng'
 
const LINE_STYLE_COMPOUND_DOUBLE = 'dbl'
 
const LINE_STYLE_COMPOUND_THICKTHIN = 'thickThin'
 
const LINE_STYLE_COMPOUND_THINTHICK = 'thinThick'
 
const LINE_STYLE_COMPOUND_TRIPLE = 'tri'
 
const LINE_STYLE_DASH_SOLID = 'solid'
 
const LINE_STYLE_DASH_ROUND_DOT = 'sysDot'
 
const LINE_STYLE_DASH_SQUERE_DOT = 'sysDash'
 
const LINE_STYPE_DASH_DASH = 'dash'
 
const LINE_STYLE_DASH_DASH_DOT = 'dashDot'
 
const LINE_STYLE_DASH_LONG_DASH = 'lgDash'
 
const LINE_STYLE_DASH_LONG_DASH_DOT = 'lgDashDot'
 
const LINE_STYLE_DASH_LONG_DASH_DOT_DOT = 'lgDashDotDot'
 
const LINE_STYLE_CAP_SQUARE = 'sq'
 
const LINE_STYLE_CAP_ROUND = 'rnd'
 
const LINE_STYLE_CAP_FLAT = 'flat'
 
const LINE_STYLE_JOIN_ROUND = 'bevel'
 
const LINE_STYLE_JOIN_MITER = 'miter'
 
const LINE_STYLE_JOIN_BEVEL = 'bevel'
 
const LINE_STYLE_ARROW_TYPE_NOARROW = NULL
 
const LINE_STYLE_ARROW_TYPE_ARROW = 'triangle'
 
const LINE_STYLE_ARROW_TYPE_OPEN = 'arrow'
 
const LINE_STYLE_ARROW_TYPE_STEALTH = 'stealth'
 
const LINE_STYLE_ARROW_TYPE_DIAMOND = 'diamond'
 
const LINE_STYLE_ARROW_TYPE_OVAL = 'oval'
 
const LINE_STYLE_ARROW_SIZE_1 = 1
 
const LINE_STYLE_ARROW_SIZE_2 = 2
 
const LINE_STYLE_ARROW_SIZE_3 = 3
 
const LINE_STYLE_ARROW_SIZE_4 = 4
 
const LINE_STYLE_ARROW_SIZE_5 = 5
 
const LINE_STYLE_ARROW_SIZE_6 = 6
 
const LINE_STYLE_ARROW_SIZE_7 = 7
 
const LINE_STYLE_ARROW_SIZE_8 = 8
 
const LINE_STYLE_ARROW_SIZE_9 = 9
 
const SHADOW_PRESETS_NOSHADOW = NULL
 
const SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT = 1
 
const SHADOW_PRESETS_OUTER_BOTTOM = 2
 
const SHADOW_PRESETS_OUTER_BOTTOM_LEFT = 3
 
const SHADOW_PRESETS_OUTER_RIGHT = 4
 
const SHADOW_PRESETS_OUTER_CENTER = 5
 
const SHADOW_PRESETS_OUTER_LEFT = 6
 
const SHADOW_PRESETS_OUTER_TOP_RIGHT = 7
 
const SHADOW_PRESETS_OUTER_TOP = 8
 
const SHADOW_PRESETS_OUTER_TOP_LEFT = 9
 
const SHADOW_PRESETS_INNER_BOTTTOM_RIGHT = 10
 
const SHADOW_PRESETS_INNER_BOTTOM = 11
 
const SHADOW_PRESETS_INNER_BOTTOM_LEFT = 12
 
const SHADOW_PRESETS_INNER_RIGHT = 13
 
const SHADOW_PRESETS_INNER_CENTER = 14
 
const SHADOW_PRESETS_INNER_LEFT = 15
 
const SHADOW_PRESETS_INNER_TOP_RIGHT = 16
 
const SHADOW_PRESETS_INNER_TOP = 17
 
const SHADOW_PRESETS_INNER_TOP_LEFT = 18
 
const SHADOW_PRESETS_PERSPECTIVE_BELOW = 19
 
const SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT = 20
 
const SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT = 21
 
const SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT = 22
 
const SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT = 23
 

Private Member Functions

 _activateObject ()
 Change Object State to True. More...
 
 _setGlowSize ($size)
 Set Glow Size. More...
 
 _setGlowColor ($color, $alpha, $type)
 Set Glow Color. More...
 
 _setShadowPresetsProperties ($shadow_presets)
 Set Shadow Presets Properties. More...
 
 _setShadowProperiesMapValues (array $properties_map, &$reference=NULL)
 Set Shadow Properties Values. More...
 
 _setShadowColor ($color, $alpha, $type)
 Set Shadow Color. More...
 
 _setShadowBlur ($blur)
 Set Shadow Blur. More...
 
 _setShadowAngle ($angle)
 Set Shadow Angle. More...
 
 _setShadowDistance ($distance)
 Set Shadow Distance. More...
 

Private Attributes

 $_object_state = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from PHPExcel_Properties
 getExcelPointsWidth ($width)
 
 getExcelPointsAngle ($angle)
 
 getTrueAlpha ($alpha)
 
 setColorProperties ($color, $alpha, $type)
 
 getLineStyleArrowSize ($array_selector, $array_kay_selector)
 
 getShadowPresetsMap ($shadow_presets_option)
 
 getArrayElementsValue ($properties, $elements)
 

Detailed Description

Created by PhpStorm.

User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM

Definition at line 10 of file GridLines.php.

Member Function Documentation

◆ _activateObject()

PHPExcel_Chart_GridLines::_activateObject ( )
private

Change Object State to True.

Returns
PHPExcel_Chart_GridLines

Definition at line 96 of file GridLines.php.

Referenced by setLineStyleProperties(), and setSoftEdgesSize().

96  {
97  $this->_object_state = TRUE;
98 
99  return $this;
100  }
+ Here is the caller graph for this function:

◆ _setGlowColor()

PHPExcel_Chart_GridLines::_setGlowColor (   $color,
  $alpha,
  $type 
)
private

Set Glow Color.

Parameters
string$color
int$alpha
string$type
Returns
PHPExcel_Chart_GridLines

Definition at line 251 of file GridLines.php.

References $type, PHPExcel_Properties\getTrueAlpha(), and string.

251  {
252  if (!is_null($color)) {
253  $this->_glow_properties['color']['value'] = (string) $color;
254  }
255  if (!is_null($alpha)) {
256  $this->_glow_properties['color']['alpha'] = $this->getTrueAlpha((int) $alpha);
257  }
258  if (!is_null($type)) {
259  $this->_glow_properties['color']['type'] = (string) $type;
260  }
261 
262  return $this;
263  }
Add rich text string
$type
+ Here is the call graph for this function:

◆ _setGlowSize()

PHPExcel_Chart_GridLines::_setGlowSize (   $size)
private

Set Glow Size.

Parameters
float$size
Returns
PHPExcel_Chart_GridLines

Definition at line 235 of file GridLines.php.

References $size, and PHPExcel_Properties\getExcelPointsWidth().

235  {
236  $this->_glow_properties['size'] = $this->getExcelPointsWidth((float) $size);
237 
238  return $this;
239  }
$size
Definition: RandomTest.php:84
getExcelPointsWidth($width)
Definition: Properties.php:116
+ Here is the call graph for this function:

◆ _setShadowAngle()

PHPExcel_Chart_GridLines::_setShadowAngle (   $angle)
private

Set Shadow Angle.

Parameters
int$angle
Returns
PHPExcel_Chart_GridLines

Definition at line 399 of file GridLines.php.

References $angle, PHPExcel_Properties\getExcelPointsAngle(), and string.

399  {
400  if ($angle !== NULL) {
401  $this->_shadow_properties['direction'] = (string) $this->getExcelPointsAngle($angle);
402  }
403 
404  return $this;
405  }
Add rich text string
$angle
getExcelPointsAngle($angle)
Definition: Properties.php:120
+ Here is the call graph for this function:

◆ _setShadowBlur()

PHPExcel_Chart_GridLines::_setShadowBlur (   $blur)
private

Set Shadow Blur.

Parameters
float$blur
Returns
PHPExcel_Chart_GridLines

Definition at line 383 of file GridLines.php.

References PHPExcel_Properties\getExcelPointsWidth(), and string.

383  {
384  if ($blur !== NULL) {
385  $this->_shadow_properties['blur'] = (string) $this->getExcelPointsWidth($blur);
386  }
387 
388  return $this;
389  }
Add rich text string
getExcelPointsWidth($width)
Definition: Properties.php:116
+ Here is the call graph for this function:

◆ _setShadowColor()

PHPExcel_Chart_GridLines::_setShadowColor (   $color,
  $alpha,
  $type 
)
private

Set Shadow Color.

Parameters
string$color
int$alpha
string$type
Returns
PHPExcel_Chart_GridLines

Definition at line 361 of file GridLines.php.

References $type, PHPExcel_Properties\getTrueAlpha(), and string.

361  {
362  if (!is_null($color)) {
363  $this->_shadow_properties['color']['value'] = (string) $color;
364  }
365  if (!is_null($alpha)) {
366  $this->_shadow_properties['color']['alpha'] = $this->getTrueAlpha((int) $alpha);
367  }
368  if (!is_null($type)) {
369  $this->_shadow_properties['color']['type'] = (string) $type;
370  }
371 
372  return $this;
373  }
Add rich text string
$type
+ Here is the call graph for this function:

◆ _setShadowDistance()

PHPExcel_Chart_GridLines::_setShadowDistance (   $distance)
private

Set Shadow Distance.

Parameters
float$distance
Returns
PHPExcel_Chart_GridLines

Definition at line 415 of file GridLines.php.

References PHPExcel_Properties\getExcelPointsWidth(), and string.

415  {
416  if ($distance !== NULL) {
417  $this->_shadow_properties['distance'] = (string) $this->getExcelPointsWidth($distance);
418  }
419 
420  return $this;
421  }
Add rich text string
getExcelPointsWidth($width)
Definition: Properties.php:116
+ Here is the call graph for this function:

◆ _setShadowPresetsProperties()

PHPExcel_Chart_GridLines::_setShadowPresetsProperties (   $shadow_presets)
private

Set Shadow Presets Properties.

Parameters
int$shadow_presets
Returns
PHPExcel_Chart_GridLines

Definition at line 313 of file GridLines.php.

References _setShadowProperiesMapValues(), and PHPExcel_Properties\getShadowPresetsMap().

313  {
314  $this->_shadow_properties['presets'] = $shadow_presets;
315  $this->_setShadowProperiesMapValues($this->getShadowPresetsMap($shadow_presets));
316 
317  return $this;
318  }
getShadowPresetsMap($shadow_presets_option)
Definition: Properties.php:152
_setShadowProperiesMapValues(array $properties_map, &$reference=NULL)
Set Shadow Properties Values.
Definition: GridLines.php:329
+ Here is the call graph for this function:

◆ _setShadowProperiesMapValues()

PHPExcel_Chart_GridLines::_setShadowProperiesMapValues ( array  $properties_map,
$reference = NULL 
)
private

Set Shadow Properties Values.

Parameters
array$properties_map
*$reference
Returns
PHPExcel_Chart_GridLines

Definition at line 329 of file GridLines.php.

Referenced by _setShadowPresetsProperties().

329  {
330  $base_reference = $reference;
331  foreach ($properties_map as $property_key => $property_val) {
332  if (is_array($property_val)) {
333  if ($reference === NULL) {
334  $reference = & $this->_shadow_properties[$property_key];
335  } else {
336  $reference = & $reference[$property_key];
337  }
338  $this->_setShadowProperiesMapValues($property_val, $reference);
339  } else {
340  if ($base_reference === NULL) {
341  $this->_shadow_properties[$property_key] = $property_val;
342  } else {
343  $reference[$property_key] = $property_val;
344  }
345  }
346  }
347 
348  return $this;
349  }
_setShadowProperiesMapValues(array $properties_map, &$reference=NULL)
Set Shadow Properties Values.
Definition: GridLines.php:329
+ Here is the caller graph for this function:

◆ getGlowColor()

PHPExcel_Chart_GridLines::getGlowColor (   $property)

Get Glow Color Property.

Parameters
string$property
Returns
string

Definition at line 213 of file GridLines.php.

213  {
214  return $this->_glow_properties['color'][$property];
215  }

◆ getGlowSize()

PHPExcel_Chart_GridLines::getGlowSize ( )

Get Glow Size.

Returns
string

Definition at line 223 of file GridLines.php.

223  {
224  return $this->_glow_properties['size'];
225  }

◆ getLineColorProperty()

PHPExcel_Chart_GridLines::getLineColorProperty (   $parameter)

Get Line Color Property.

Parameters
string$parameter
Returns
string

Definition at line 172 of file GridLines.php.

172  {
173  return $this->_line_properties['color'][$parameter];
174  }

◆ getLineStyleArrowParameters()

PHPExcel_Chart_GridLines::getLineStyleArrowParameters (   $arrow_selector,
  $property_selector 
)

Get Line Style Arrow Parameters.

Parameters
string$arrow_selector
string$property_selector
Returns
string

Definition at line 274 of file GridLines.php.

References PHPExcel_Properties\getLineStyleArrowSize().

274  {
275  return $this->getLineStyleArrowSize($this->_line_properties['style']['arrow'][$arrow_selector]['size'], $property_selector);
276  }
getLineStyleArrowSize($array_selector, $array_kay_selector)
Definition: Properties.php:136
+ Here is the call graph for this function:

◆ getLineStyleProperty()

PHPExcel_Chart_GridLines::getLineStyleProperty (   $elements)

Get Line Style Property.

Parameters
array | string$elements
Returns
string

Definition at line 184 of file GridLines.php.

References PHPExcel_Properties\getArrayElementsValue().

184  {
185  return $this->getArrayElementsValue($this->_line_properties['style'], $elements);
186  }
getArrayElementsValue($properties, $elements)
Definition: Properties.php:344
+ Here is the call graph for this function:

◆ getObjectState()

PHPExcel_Chart_GridLines::getObjectState ( )

Get Object State.

Returns
bool

Definition at line 86 of file GridLines.php.

References $_object_state.

86  {
87  return $this->_object_state;
88  }

◆ getShadowProperty()

PHPExcel_Chart_GridLines::getShadowProperty (   $elements)

Get Shadow Property.

Parameters
string$elements
array$elements
Returns
string

Definition at line 432 of file GridLines.php.

References PHPExcel_Properties\getArrayElementsValue().

432  {
433  return $this->getArrayElementsValue($this->_shadow_properties, $elements);
434  }
getArrayElementsValue($properties, $elements)
Definition: Properties.php:344
+ Here is the call graph for this function:

◆ getSoftEdgesSize()

PHPExcel_Chart_GridLines::getSoftEdgesSize ( )

Get Soft Edges Size.

Returns
string

Definition at line 455 of file GridLines.php.

455  {
456  return $this->_soft_edges['size'];
457  }

◆ setGlowProperties()

PHPExcel_Chart_GridLines::setGlowProperties (   $size,
  $color_value = NULL,
  $color_alpha = NULL,
  $color_type = NULL 
)

Set Glow Properties.

Parameters
float$size
string$color_value
int$color_alpha
string$color_type

Definition at line 198 of file GridLines.php.

References $size.

198  {
199  $this
200  ->_activateObject()
201  ->_setGlowSize($size)
202  ->_setGlowColor($color_value, $color_alpha, $color_type);
203  }
$size
Definition: RandomTest.php:84

◆ setLineColorProperties()

PHPExcel_Chart_GridLines::setLineColorProperties (   $value,
  $alpha = 0,
  $type = self::EXCEL_COLOR_TYPE_STANDARD 
)

Set Line Color Properties.

Parameters
string$value
int$alpha
string$type

Definition at line 110 of file GridLines.php.

References $type, and PHPExcel_Properties\setColorProperties().

110  {
111  $this
112  ->_activateObject()
113  ->_line_properties['color'] = $this->setColorProperties(
114  $value,
115  $alpha,
116  $type);
117  }
$type
setColorProperties($color, $alpha, $type)
Definition: Properties.php:128
+ Here is the call graph for this function:

◆ setLineStyleProperties()

PHPExcel_Chart_GridLines::setLineStyleProperties (   $line_width = NULL,
  $compound_type = NULL,
  $dash_type = NULL,
  $cap_type = NULL,
  $join_type = NULL,
  $head_arrow_type = NULL,
  $head_arrow_size = NULL,
  $end_arrow_type = NULL,
  $end_arrow_size = NULL 
)

Set Line Color Properties.

Parameters
float$line_width
string$compound_type
string$dash_type
string$cap_type
string$join_type
string$head_arrow_type
string$head_arrow_size
string$end_arrow_type
string$end_arrow_size

Definition at line 133 of file GridLines.php.

References _activateObject(), and PHPExcel_Properties\getExcelPointsWidth().

133  {
134  $this->_activateObject();
135  (!is_null($line_width))
136  ? $this->_line_properties['style']['width'] = $this->getExcelPointsWidth((float) $line_width)
137  : NULL;
138  (!is_null($compound_type))
139  ? $this->_line_properties['style']['compound'] = (string) $compound_type
140  : NULL;
141  (!is_null($dash_type))
142  ? $this->_line_properties['style']['dash'] = (string) $dash_type
143  : NULL;
144  (!is_null($cap_type))
145  ? $this->_line_properties['style']['cap'] = (string) $cap_type
146  : NULL;
147  (!is_null($join_type))
148  ? $this->_line_properties['style']['join'] = (string) $join_type
149  : NULL;
150  (!is_null($head_arrow_type))
151  ? $this->_line_properties['style']['arrow']['head']['type'] = (string) $head_arrow_type
152  : NULL;
153  (!is_null($head_arrow_size))
154  ? $this->_line_properties['style']['arrow']['head']['size'] = (string) $head_arrow_size
155  : NULL;
156  (!is_null($end_arrow_type))
157  ? $this->_line_properties['style']['arrow']['end']['type'] = (string) $end_arrow_type
158  : NULL;
159  (!is_null($end_arrow_size))
160  ? $this->_line_properties['style']['arrow']['end']['size'] = (string) $end_arrow_size
161  : NULL;
162  }
_activateObject()
Change Object State to True.
Definition: GridLines.php:96
getExcelPointsWidth($width)
Definition: Properties.php:116
+ Here is the call graph for this function:

◆ setShadowProperties()

PHPExcel_Chart_GridLines::setShadowProperties (   $sh_presets,
  $sh_color_value = NULL,
  $sh_color_type = NULL,
  $sh_color_alpha = NULL,
  $sh_blur = NULL,
  $sh_angle = NULL,
  $sh_distance = NULL 
)

Set Shadow Properties.

Parameters
int$sh_presets
string$sh_color_value
string$sh_color_type
int$sh_color_alpha
string$sh_blur
int$sh_angle
float$sh_distance

Definition at line 291 of file GridLines.php.

References PHPExcel_Properties\getTrueAlpha().

291  {
292  $this
293  ->_activateObject()
294  ->_setShadowPresetsProperties((int) $sh_presets)
295  ->_setShadowColor(
296  is_null($sh_color_value) ? $this->_shadow_properties['color']['value'] : $sh_color_value
297  , is_null($sh_color_alpha) ? (int) $this->_shadow_properties['color']['alpha']
298  : $this->getTrueAlpha($sh_color_alpha)
299  , is_null($sh_color_type) ? $this->_shadow_properties['color']['type'] : $sh_color_type)
300  ->_setShadowBlur($sh_blur)
301  ->_setShadowAngle($sh_angle)
302  ->_setShadowDistance($sh_distance);
303  }
+ Here is the call graph for this function:

◆ setSoftEdgesSize()

PHPExcel_Chart_GridLines::setSoftEdgesSize (   $size)

Set Soft Edges Size.

Parameters
float$size

Definition at line 442 of file GridLines.php.

References $_soft_edges, $size, _activateObject(), PHPExcel_Properties\getExcelPointsWidth(), and string.

442  {
443  if (!is_null($size)) {
444  $this->_activateObject();
445  $_soft_edges['size'] = (string) $this->getExcelPointsWidth($size);
446  }
447  }
Add rich text string
$size
Definition: RandomTest.php:84
_activateObject()
Change Object State to True.
Definition: GridLines.php:96
getExcelPointsWidth($width)
Definition: Properties.php:116
+ Here is the call graph for this function:

Field Documentation

◆ $_glow_properties

PHPExcel_Chart_GridLines::$_glow_properties
Initial value:
'size' => NULL,
'color' => array(
'type' => self::EXCEL_COLOR_TYPE_STANDARD,
'value' => 'black',
'alpha' => 40
)
)

Definition at line 68 of file GridLines.php.

◆ $_line_properties

PHPExcel_Chart_GridLines::$_line_properties
Initial value:
'color' => array(
'type' => self::EXCEL_COLOR_TYPE_STANDARD,
'value' => NULL,
'alpha' => 0
),
'style' => array(
'width' => '9525',
'compound' => self::LINE_STYLE_COMPOUND_SIMPLE,
'dash' => self::LINE_STYLE_DASH_SOLID,
'cap' => self::LINE_STYLE_CAP_FLAT,
'join' => self::LINE_STYLE_JOIN_BEVEL,
'arrow' => array(
'head' => array(
'type' => self::LINE_STYLE_ARROW_TYPE_NOARROW,
'size' => self::LINE_STYLE_ARROW_SIZE_5
),
'end' => array(
'type' => self::LINE_STYLE_ARROW_TYPE_NOARROW,
'size' => self::LINE_STYLE_ARROW_SIZE_8
),
)
)
)

Definition at line 25 of file GridLines.php.

◆ $_object_state

PHPExcel_Chart_GridLines::$_object_state = FALSE
private

Definition at line 24 of file GridLines.php.

Referenced by getObjectState().

◆ $_shadow_properties

PHPExcel_Chart_GridLines::$_shadow_properties
Initial value:
'presets' => self::SHADOW_PRESETS_NOSHADOW,
'effect' => NULL,
'color' => array(
'type' => self::EXCEL_COLOR_TYPE_STANDARD,
'value' => 'black',
'alpha' => 85,
),
'size' => array(
'sx' => NULL,
'sy' => NULL,
'kx' => NULL
),
'blur' => NULL,
'direction' => NULL,
'distance' => NULL,
'algn' => NULL,
'rotWithShape' => NULL
)

Definition at line 49 of file GridLines.php.

◆ $_soft_edges

PHPExcel_Chart_GridLines::$_soft_edges
Initial value:
'size' => NULL
)

Definition at line 76 of file GridLines.php.

Referenced by setSoftEdgesSize().


The documentation for this class was generated from the following file: