diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-12-07 15:04:57 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-12-07 15:04:57 +0000 |
commit | 0172f018702d2a4c59c1569b5cf9fae5ba601f7b (patch) | |
tree | 353e904ae165782a02212bbd2d4dc52af97230e5 /src/element | |
parent | 56b2051319c9fda9b4e78e6d3ccd3bfe22326b16 (diff) | |
download | zetacomponents-graph-0172f018702d2a4c59c1569b5cf9fae5ba601f7b.zip zetacomponents-graph-0172f018702d2a4c59c1569b5cf9fae5ba601f7b.tar.gz |
- Marked important classes
Diffstat (limited to 'src/element')
-rw-r--r-- | src/element/background.php | 1 | ||||
-rw-r--r-- | src/element/legend.php | 1 | ||||
-rw-r--r-- | src/element/text.php | 1 |
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 { |