| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Chart legend. More...
 Collaboration diagram for ilChartLegend:
 Collaboration diagram for ilChartLegend:| Public Member Functions | |
| __construct () | |
| Constructor. | |
| setPosition ($a_position) | |
| Set Position. | |
| getPosition () | |
| Get Position. | |
| setColumns ($a_value) | |
| Set number of columns. | |
| getColumns () | |
| Get number of columns. | |
| setMargin ($a_x, $a_y) | |
| Set margins. | |
| getMargin () | |
| Get margins. | |
| setBackground ($a_color) | |
| Set background color. | |
| getBackground () | |
| Get background color. | |
| setOpacity ($a_value) | |
| Set Opacity. | |
| getOpacity () | |
| Get opacity. | |
| setLabelBorder ($a_color) | |
| Set label border. | |
| getLabelBorder () | |
| Get label border. | |
| Protected Attributes | |
| $position | |
| $columns | |
| $margin_x | |
| $margin_y | |
| $background | |
| $opacity | |
| $border | |
| ilChartLegend::__construct | ( | ) | 
Constructor.
Definition at line 24 of file class.ilChartLegend.php.
References setBackground(), setColumns(), setLabelBorder(), setMargin(), setOpacity(), and setPosition().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChartLegend::getBackground | ( | ) | 
Get background color.
Definition at line 118 of file class.ilChartLegend.php.
References $background.
| ilChartLegend::getColumns | ( | ) | 
Get number of columns.
Definition at line 73 of file class.ilChartLegend.php.
References $columns.
| ilChartLegend::getLabelBorder | ( | ) | 
Get label border.
Definition at line 165 of file class.ilChartLegend.php.
References $border.
| ilChartLegend::getMargin | ( | ) | 
Get margins.
Definition at line 95 of file class.ilChartLegend.php.
| ilChartLegend::getOpacity | ( | ) | 
Get opacity.
Definition at line 142 of file class.ilChartLegend.php.
References $opacity.
| ilChartLegend::getPosition | ( | ) | 
Get Position.
Definition at line 53 of file class.ilChartLegend.php.
References $position.
| ilChartLegend::setBackground | ( | $a_color | ) | 
Set background color.
| string | $a_color | 
Definition at line 105 of file class.ilChartLegend.php.
References ilChart\isValidColor().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChartLegend::setColumns | ( | $a_value | ) | 
Set number of columns.
| int | $a_value | 
Definition at line 63 of file class.ilChartLegend.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChartLegend::setLabelBorder | ( | $a_color | ) | 
Set label border.
| string | $a_color | 
Definition at line 152 of file class.ilChartLegend.php.
References ilChart\isValidColor().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChartLegend::setMargin | ( | $a_x, | |
| $a_y | |||
| ) | 
Set margins.
| int | $a_x | |
| int | $a_y | 
Definition at line 84 of file class.ilChartLegend.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChartLegend::setOpacity | ( | $a_value | ) | 
Set Opacity.
| float | $a_value | 
Definition at line 128 of file class.ilChartLegend.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChartLegend::setPosition | ( | $a_position | ) | 
Set Position.
| string | $position | 
Definition at line 39 of file class.ilChartLegend.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 17 of file class.ilChartLegend.php.
Referenced by getBackground().
| 
 | protected | 
Definition at line 19 of file class.ilChartLegend.php.
Referenced by getLabelBorder().
| 
 | protected | 
Definition at line 14 of file class.ilChartLegend.php.
Referenced by getColumns().
| 
 | protected | 
Definition at line 15 of file class.ilChartLegend.php.
| 
 | protected | 
Definition at line 16 of file class.ilChartLegend.php.
| 
 | protected | 
Definition at line 18 of file class.ilChartLegend.php.
Referenced by getOpacity().
| 
 | protected | 
Definition at line 13 of file class.ilChartLegend.php.
Referenced by getPosition().