ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PHPExcel_Shared_Escher_DggContainer Class Reference
+ Collaboration diagram for PHPExcel_Shared_Escher_DggContainer:

Public Member Functions

 getSpIdMax ()
 Get maximum shape index of all shapes in all drawings (plus one) More...
 
 setSpIdMax ($value)
 Set maximum shape index of all shapes in all drawings (plus one) More...
 
 getCDgSaved ()
 Get total number of drawings saved. More...
 
 setCDgSaved ($value)
 Set total number of drawings saved. More...
 
 getCSpSaved ()
 Get total number of shapes saved (including group shapes) More...
 
 setCSpSaved ($value)
 Set total number of shapes saved (including group shapes) More...
 
 getBstoreContainer ()
 Get BLIP Store Container. More...
 
 setBstoreContainer ($bstoreContainer)
 Set BLIP Store Container. More...
 
 setOPT ($property, $value)
 Set an option for the drawing group. More...
 
 getOPT ($property)
 Get an option for the drawing group. More...
 
 getIDCLs ()
 Get identifier clusters. More...
 
 setIDCLs ($pValue)
 Set identifier clusters. More...
 

Private Attributes

 $_spIdMax
 
 $_cDgSaved
 
 $_cSpSaved
 
 $_bstoreContainer
 
 $_OPT = array()
 
 $_IDCLs = array()
 

Detailed Description

Definition at line 35 of file DggContainer.php.

Member Function Documentation

◆ getBstoreContainer()

PHPExcel_Shared_Escher_DggContainer::getBstoreContainer ( )

Get BLIP Store Container.

Returns
PHPExcel_Shared_Escher_DggContainer_BstoreContainer

Definition at line 144 of file DggContainer.php.

References $_bstoreContainer.

◆ getCDgSaved()

PHPExcel_Shared_Escher_DggContainer::getCDgSaved ( )

Get total number of drawings saved.

Returns
int

Definition at line 104 of file DggContainer.php.

References $_cDgSaved.

◆ getCSpSaved()

PHPExcel_Shared_Escher_DggContainer::getCSpSaved ( )

Get total number of shapes saved (including group shapes)

Returns
int

Definition at line 124 of file DggContainer.php.

References $_cSpSaved.

◆ getIDCLs()

PHPExcel_Shared_Escher_DggContainer::getIDCLs ( )

Get identifier clusters.

Returns
array

Definition at line 189 of file DggContainer.php.

References $_IDCLs.

◆ getOPT()

PHPExcel_Shared_Escher_DggContainer::getOPT (   $property)

Get an option for the drawing group.

Parameters
int$propertyThe number specifies the option
Returns
mixed

Definition at line 176 of file DggContainer.php.

177 {
178 if (isset($this->_OPT[$property])) {
179 return $this->_OPT[$property];
180 }
181 return null;
182 }

◆ getSpIdMax()

PHPExcel_Shared_Escher_DggContainer::getSpIdMax ( )

Get maximum shape index of all shapes in all drawings (plus one)

Returns
int

Definition at line 84 of file DggContainer.php.

References $_spIdMax.

◆ setBstoreContainer()

PHPExcel_Shared_Escher_DggContainer::setBstoreContainer (   $bstoreContainer)

Set BLIP Store Container.

Parameters
PHPExcel_Shared_Escher_DggContainer_BstoreContainer$bstoreContainer

Definition at line 154 of file DggContainer.php.

155 {
156 $this->_bstoreContainer = $bstoreContainer;
157 }

◆ setCDgSaved()

PHPExcel_Shared_Escher_DggContainer::setCDgSaved (   $value)

Set total number of drawings saved.

Parameters
int

Definition at line 114 of file DggContainer.php.

115 {
116 $this->_cDgSaved = $value;
117 }

◆ setCSpSaved()

PHPExcel_Shared_Escher_DggContainer::setCSpSaved (   $value)

Set total number of shapes saved (including group shapes)

Parameters
int

Definition at line 134 of file DggContainer.php.

135 {
136 $this->_cSpSaved = $value;
137 }

◆ setIDCLs()

PHPExcel_Shared_Escher_DggContainer::setIDCLs (   $pValue)

Set identifier clusters.

array(<drawingId> => <max shape id>, ...)

Parameters
array$pValue

Definition at line 199 of file DggContainer.php.

200 {
201 $this->_IDCLs = $pValue;
202 }

◆ setOPT()

PHPExcel_Shared_Escher_DggContainer::setOPT (   $property,
  $value 
)

Set an option for the drawing group.

Parameters
int$propertyThe number specifies the option
mixed$value

Definition at line 165 of file DggContainer.php.

166 {
167 $this->_OPT[$property] = $value;
168 }

◆ setSpIdMax()

PHPExcel_Shared_Escher_DggContainer::setSpIdMax (   $value)

Set maximum shape index of all shapes in all drawings (plus one)

Parameters
int

Definition at line 94 of file DggContainer.php.

95 {
96 $this->_spIdMax = $value;
97 }

Field Documentation

◆ $_bstoreContainer

PHPExcel_Shared_Escher_DggContainer::$_bstoreContainer
private

Definition at line 63 of file DggContainer.php.

Referenced by getBstoreContainer().

◆ $_cDgSaved

PHPExcel_Shared_Escher_DggContainer::$_cDgSaved
private

Definition at line 49 of file DggContainer.php.

Referenced by getCDgSaved().

◆ $_cSpSaved

PHPExcel_Shared_Escher_DggContainer::$_cSpSaved
private

Definition at line 56 of file DggContainer.php.

Referenced by getCSpSaved().

◆ $_IDCLs

PHPExcel_Shared_Escher_DggContainer::$_IDCLs = array()
private

Definition at line 77 of file DggContainer.php.

Referenced by getIDCLs().

◆ $_OPT

PHPExcel_Shared_Escher_DggContainer::$_OPT = array()
private

Definition at line 70 of file DggContainer.php.

◆ $_spIdMax

PHPExcel_Shared_Escher_DggContainer::$_spIdMax
private

Definition at line 42 of file DggContainer.php.

Referenced by getSpIdMax().


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