|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for LegendTest:
Collaboration diagram for LegendTest:Public Member Functions | |
| setUp () | |
| testSetPosition () | |
| testSetInvalidPositionReturnsFalse () | |
| testGetPosition () | |
| testSetPositionXL () | |
| testSetInvalidXLPositionReturnsFalse () | |
| testGetPositionXL () | |
| testSetOverlay () | |
| testSetInvalidOverlayReturnsFalse () | |
| testGetOverlay () | |
Definition at line 4 of file LegendTest.php.
| LegendTest::setUp | ( | ) |
Definition at line 7 of file LegendTest.php.
References defined.
| LegendTest::testGetOverlay | ( | ) |
Definition at line 123 of file LegendTest.php.
References $result, and PHPExcel_Chart_Legend\setOverlay().
Here is the call graph for this function:| LegendTest::testGetPosition | ( | ) |
Definition at line 45 of file LegendTest.php.
References $result, PHPExcel_Chart_Legend\POSITION_BOTTOM, and PHPExcel_Chart_Legend\setPosition().
Here is the call graph for this function:| LegendTest::testGetPositionXL | ( | ) |
Definition at line 86 of file LegendTest.php.
References $result, PHPExcel_Chart_Legend\setPositionXL(), and PHPExcel_Chart_Legend\xlLegendPositionCorner.
Here is the call graph for this function:| LegendTest::testSetInvalidOverlayReturnsFalse | ( | ) |
| LegendTest::testSetInvalidPositionReturnsFalse | ( | ) |
Definition at line 34 of file LegendTest.php.
References $result, and PHPExcel_Chart_Legend\POSITION_RIGHT.
| LegendTest::testSetInvalidXLPositionReturnsFalse | ( | ) |
Definition at line 75 of file LegendTest.php.
References $result, and PHPExcel_Chart_Legend\xlLegendPositionRight.
| LegendTest::testSetOverlay | ( | ) |
Definition at line 97 of file LegendTest.php.
References $result.
| LegendTest::testSetPosition | ( | ) |
Definition at line 16 of file LegendTest.php.
References $result, PHPExcel_Chart_Legend\POSITION_BOTTOM, PHPExcel_Chart_Legend\POSITION_LEFT, PHPExcel_Chart_Legend\POSITION_RIGHT, PHPExcel_Chart_Legend\POSITION_TOP, and PHPExcel_Chart_Legend\POSITION_TOPRIGHT.
| LegendTest::testSetPositionXL | ( | ) |
Definition at line 56 of file LegendTest.php.
References $result, PHPExcel_Chart_Legend\xlLegendPositionBottom, PHPExcel_Chart_Legend\xlLegendPositionCorner, PHPExcel_Chart_Legend\xlLegendPositionCustom, PHPExcel_Chart_Legend\xlLegendPositionLeft, PHPExcel_Chart_Legend\xlLegendPositionRight, and PHPExcel_Chart_Legend\xlLegendPositionTop.