summaryrefslogtreecommitdiffstats
path: root/src/element
diff options
context:
space:
mode:
Diffstat (limited to 'src/element')
-rw-r--r--src/element/background.php1
-rw-r--r--src/element/legend.php1
-rw-r--r--src/element/text.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/element/background.php b/src/element/background.php
index e6b3885..a33fa9a 100644
--- a/src/element/background.php
+++ b/src/element/background.php
@@ -35,6 +35,7 @@
* Defines how the background image gets repeated
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementBackground extends ezcGraphChartElement
{
diff --git a/src/element/legend.php b/src/element/legend.php
index 95e9cae..278d468 100644
--- a/src/element/legend.php
+++ b/src/element/legend.php
@@ -25,6 +25,7 @@
* Space between labels elements in pixel.
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementLegend extends ezcGraphChartElement
{
diff --git a/src/element/text.php b/src/element/text.php
index 66b0b19..b8fb61c 100644
--- a/src/element/text.php
+++ b/src/element/text.php
@@ -14,6 +14,7 @@
* Maximum percent of bounding used to display the text.
*
* @package Graph
+ * @mainclass
*/
class ezcGraphChartElementText extends ezcGraphChartElement
{
OpenPOWER on IntegriCloud