diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 13:20:33 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-08-13 13:20:33 +0000 |
commit | e7ab60b1f437fc871f662a1faaec1c87c1c83994 (patch) | |
tree | f9d0a7e1bb5fbb690ca6838a217dadbb96bee306 | |
parent | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff) | |
download | zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz |
- Link more classes
-rw-r--r-- | src/colors/linear_gradient.php | 6 | ||||
-rw-r--r-- | src/datasets/property/boolean.php | 2 | ||||
-rw-r--r-- | src/datasets/property/color.php | 2 | ||||
-rw-r--r-- | src/datasets/property/integer.php | 2 | ||||
-rw-r--r-- | src/datasets/property/string.php | 2 | ||||
-rw-r--r-- | src/driver/flash.php | 3 | ||||
-rw-r--r-- | src/driver/gd.php | 4 | ||||
-rw-r--r-- | src/driver/svg.php | 5 | ||||
-rw-r--r-- | src/exceptions/date_parsing.php | 4 | ||||
-rw-r--r-- | src/exceptions/unknown_color_definition.php | 2 | ||||
-rw-r--r-- | src/interfaces/axis_label_renderer.php | 6 | ||||
-rw-r--r-- | src/interfaces/driver.php | 2 | ||||
-rw-r--r-- | src/renderer/2d.php | 4 | ||||
-rw-r--r-- | src/renderer/3d.php | 4 |
14 files changed, 25 insertions, 23 deletions
diff --git a/src/colors/linear_gradient.php b/src/colors/linear_gradient.php index 54def3a..ddff4c5 100644 --- a/src/colors/linear_gradient.php +++ b/src/colors/linear_gradient.php @@ -9,9 +9,9 @@ */ /** - * Class representing linear gradient fills. For drivers which cannot draw - * gradients it falls back to a native ezcGraphColor. In this case the start - * color of the gradient will be used. + * Class representing linear gradient fills. For drivers which cannot draw + * gradients it falls back to a native {@link ezcGraphColor}. In this case the + * start color of the gradient will be used. * * @property ezcGraphCoordinate $startPoint * Starting point of the gradient. diff --git a/src/datasets/property/boolean.php b/src/datasets/property/boolean.php index 66207f6..f1d5cdb 100644 --- a/src/datasets/property/boolean.php +++ b/src/datasets/property/boolean.php @@ -16,7 +16,7 @@ class ezcGraphDataSetBooleanProperty extends ezcGraphDataSetProperty { /** - * Converts value to an ezcGraphColor object + * Converts value to an {@link ezcGraphColor} object * * @param & $value * @return void diff --git a/src/datasets/property/color.php b/src/datasets/property/color.php index ecc7008..a4e4c60 100644 --- a/src/datasets/property/color.php +++ b/src/datasets/property/color.php @@ -16,7 +16,7 @@ class ezcGraphDataSetColorProperty extends ezcGraphDataSetProperty { /** - * Converts value to an ezcGraphColor object + * Converts value to an {@link ezcGraphColor} object * * @param & $value * @return void diff --git a/src/datasets/property/integer.php b/src/datasets/property/integer.php index 2e58a77..7804ae2 100644 --- a/src/datasets/property/integer.php +++ b/src/datasets/property/integer.php @@ -16,7 +16,7 @@ class ezcGraphDataSetIntProperty extends ezcGraphDataSetProperty { /** - * Converts value to an ezcGraphColor object + * Converts value to an {@link ezcGraphColor} object * * @param & $value * @return void diff --git a/src/datasets/property/string.php b/src/datasets/property/string.php index d48cbcc..f93d260 100644 --- a/src/datasets/property/string.php +++ b/src/datasets/property/string.php @@ -16,7 +16,7 @@ class ezcGraphDataSetStringProperty extends ezcGraphDataSetProperty { /** - * Converts value to an ezcGraphColor object + * Converts value to an {@link ezcGraphColor} object * * @param & $value * @return void diff --git a/src/driver/flash.php b/src/driver/flash.php index 082c963..ae86057 100644 --- a/src/driver/flash.php +++ b/src/driver/flash.php @@ -10,7 +10,8 @@ /** * Driver to create Flash4 (SWF) files as graph output. The options of this * class are defined in The options of this class are defined in the option - * class ezcGraphFlashDriverOptions extending the basic ezcGraphDriverOptions. + * class {@link ezcGraphFlashDriverOptions} extending the basic + * {@link ezcGraphDriverOptions}. * * <code> * $graph = new ezcGraphPieChart(); diff --git a/src/driver/gd.php b/src/driver/gd.php index ce333f8..1662a1d 100644 --- a/src/driver/gd.php +++ b/src/driver/gd.php @@ -16,8 +16,8 @@ * ext/gd. It is possible to use Free Type 2, native TTF and PostScript Type 1 * fonts. * - * The options of this driver are configured in ezcGraphGdDriverOptions - * extending the basic driver options class ezcGraphDriverOptions. + * The options of this driver are configured in {@link ezcGraphGdDriverOptions} + * extending the basic driver options class {@link ezcGraphDriverOptions}. * * <code> * $graph = new ezcGraphPieChart(); diff --git a/src/driver/svg.php b/src/driver/svg.php index 8d3c2b5..d1d6ef7 100644 --- a/src/driver/svg.php +++ b/src/driver/svg.php @@ -10,8 +10,9 @@ /** * Extension of the basic Driver package to utilize the SVGlib. * - * This drivers options are defined in the class ezcGraphSvgDriverOptions - * extending the basic driver options class ezcGraphDriverOptions. + * This drivers options are defined in the class + * {@link ezcGraphSvgDriverOptions} extending the basic driver options class + * {@link ezcGraphDriverOptions}. * * As this is the default driver you do not need to explicitely set anything to * use it, but may use some of its advanced features. diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php index 9407d62..d47ffee 100644 --- a/src/exceptions/date_parsing.php +++ b/src/exceptions/date_parsing.php @@ -8,8 +8,8 @@ * @license http://ez.no/licenses/new_bsd New BSD License */ /** - * Exception thrown when a date assigned to the ezcGraphChartElementDateAxis - * could not be parsed. + * Exception thrown when a date assigned to the + * {@link ezcGraphChartElementDateAxis} could not be parsed. * * @package Graph * @version //autogentag// diff --git a/src/exceptions/unknown_color_definition.php b/src/exceptions/unknown_color_definition.php index 437e14f..96012e5 100644 --- a/src/exceptions/unknown_color_definition.php +++ b/src/exceptions/unknown_color_definition.php @@ -9,7 +9,7 @@ */ /** * Exception thrown, when a given value could not be interpreted as a color by - * ezcGraphColor. + * {@link ezcGraphColor}. * * @package Graph * @version //autogentag// diff --git a/src/interfaces/axis_label_renderer.php b/src/interfaces/axis_label_renderer.php index ad684de..f207541 100644 --- a/src/interfaces/axis_label_renderer.php +++ b/src/interfaces/axis_label_renderer.php @@ -179,9 +179,9 @@ abstract class ezcGraphAxisLabelRenderer extends ezcBaseOptions * Checks for the cutting point of two lines. * * The lines are given by a start position and the direction of the line, - * both as instances of ezcGraphCoordinate. If no cutting point could be - * calculated, because the lines are parallel the function will return - * false. Otherwise the factor returned can be used to calculate the + * both as instances of {@link ezcGraphCoordinate}. If no cutting point + * could be calculated, because the lines are parallel the function will + * return false. Otherwise the factor returned can be used to calculate the * cutting point using the following equatation: * point = $aStart + $factor * $aDir; * diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php index 9e4819a..dfd8e1a 100644 --- a/src/interfaces/driver.php +++ b/src/interfaces/driver.php @@ -16,7 +16,7 @@ abstract class ezcGraphDriver { /** - * Drveroptions + * Driveroptions * * @var ezcDriverOptions */ diff --git a/src/renderer/2d.php b/src/renderer/2d.php index fa83485..3a6617f 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -12,8 +12,8 @@ * Class to transform chart primitives into image primitives. Renders charts in * a two dimensional view. * - * The class options are defined in the class ezcGraphRenderer2dOptions - * extending the basic renderer options in ezcGraphRendererOptions. + * The class options are defined in the class {@link ezcGraphRenderer2dOptions} + * extending the basic renderer options in {@link ezcGraphRendererOptions}. * * <code> * $graph = new ezcGraphPieChart(); diff --git a/src/renderer/3d.php b/src/renderer/3d.php index 327ba13..190aa98 100644 --- a/src/renderer/3d.php +++ b/src/renderer/3d.php @@ -12,8 +12,8 @@ * Class to transform chart primitives into image primitives. This renderer * renders the charts in a isometric three dimensional view. * - * The class options are defined in the class ezcGraphRenderer3dOptions - * extending the basic renderer options in ezcGraphRendererOptions. + * The class options are defined in the class {@link ezcGraphRenderer3dOptions} + * extending the basic renderer options in {@link ezcGraphRendererOptions}. * * <code> * $graph = new ezcGraphPieChart(); |