diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-11-26 11:31:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-11-26 11:31:33 +0000 |
commit | 7773076525fb6d67841e513270d1b4d689b354f9 (patch) | |
tree | 20c276eaa343f40ead9788381e9f015bdef23cdb /src/interfaces | |
parent | aa6990d330fd354477f767adb22cc4c02b18c76e (diff) | |
download | zetacomponents-graph-7773076525fb6d67841e513270d1b4d689b354f9.zip zetacomponents-graph-7773076525fb6d67841e513270d1b4d689b354f9.tar.gz |
- Fixed doc blocks
# Issues found by docanalysis script
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/odometer_renderer.php | 1 | ||||
-rw-r--r-- | src/interfaces/renderer.php | 4 | ||||
-rw-r--r-- | src/interfaces/stacked_bar_renderer.php | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/src/interfaces/odometer_renderer.php b/src/interfaces/odometer_renderer.php index 765205a..2296060 100644 --- a/src/interfaces/odometer_renderer.php +++ b/src/interfaces/odometer_renderer.php @@ -21,6 +21,7 @@ interface ezcGraphOdometerRenderer * Render odometer chart * * @param ezcGraphBoundings $boundings + * @param ezcGraphChartElementAxis $axis * @param ezcGraphOdometerChartOptions $options * @return ezcGraphBoundings */ diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php index 2a05b8f..095c6f6 100644 --- a/src/interfaces/renderer.php +++ b/src/interfaces/renderer.php @@ -113,7 +113,7 @@ abstract class ezcGraphRenderer * @param ezcGraphColor $color Color of pie segment * @param float $startAngle Start angle * @param float $endAngle End angle - * @param string $label Label of pie segment + * @param mixed $label Label of pie segment * @param bool $moveOut Move out from middle for hilighting * @return void */ @@ -250,7 +250,7 @@ abstract class ezcGraphRenderer * @param int $borderWidth Border width * @param int $margin Margin * @param int $padding Padding - * @param string $title Title of the box + * @param mixed $title Title of the box * @param int $titleSize Size of title in the box * @return ezcGraphBoundings Remaining inner boundings */ diff --git a/src/interfaces/stacked_bar_renderer.php b/src/interfaces/stacked_bar_renderer.php index c588def..9e85c14 100644 --- a/src/interfaces/stacked_bar_renderer.php +++ b/src/interfaces/stacked_bar_renderer.php @@ -28,8 +28,6 @@ interface ezcGraphStackedBarsRenderer * @param ezcGraphCoordinate $start * @param ezcGraphCoordinate $position * @param float $stepSize Space which can be used for bars - * @param int $dataNumber Number of dataset - * @param int $dataCount Count of datasets in chart * @param int $symbol Symbol to draw for line * @param float $axisPosition Position of axis for drawing filled lines * @return void |