Author: kn
Date: Mon Aug 13 15:20:33 2007
New Revision: 5903
Log:
- Link more classes
Modified:
trunk/Graph/src/colors/linear_gradient.php
trunk/Graph/src/datasets/property/boolean.php
trunk/Graph/src/datasets/property/color.php
trunk/Graph/src/datasets/property/integer.php
trunk/Graph/src/datasets/property/string.php
trunk/Graph/src/driver/flash.php
trunk/Graph/src/driver/gd.php
trunk/Graph/src/driver/svg.php
trunk/Graph/src/exceptions/date_parsing.php
trunk/Graph/src/exceptions/unknown_color_definition.php
trunk/Graph/src/interfaces/axis_label_renderer.php
trunk/Graph/src/interfaces/driver.php
trunk/Graph/src/renderer/2d.php
trunk/Graph/src/renderer/3d.php
Modified: trunk/Graph/src/colors/linear_gradient.php
==============================================================================
--- trunk/Graph/src/colors/linear_gradient.php [iso-8859-1] (original)
+++ trunk/Graph/src/colors/linear_gradient.php [iso-8859-1] Mon Aug 13 15:20:33
2007
@@ -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 [EMAIL PROTECTED] ezcGraphColor}. In
this case the
+ * start color of the gradient will be used.
*
* @property ezcGraphCoordinate $startPoint
* Starting point of the gradient.
Modified: trunk/Graph/src/datasets/property/boolean.php
==============================================================================
--- trunk/Graph/src/datasets/property/boolean.php [iso-8859-1] (original)
+++ trunk/Graph/src/datasets/property/boolean.php [iso-8859-1] Mon Aug 13
15:20:33 2007
@@ -16,7 +16,7 @@
class ezcGraphDataSetBooleanProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an [EMAIL PROTECTED] ezcGraphColor} object
*
* @param & $value
* @return void
Modified: trunk/Graph/src/datasets/property/color.php
==============================================================================
--- trunk/Graph/src/datasets/property/color.php [iso-8859-1] (original)
+++ trunk/Graph/src/datasets/property/color.php [iso-8859-1] Mon Aug 13
15:20:33 2007
@@ -16,7 +16,7 @@
class ezcGraphDataSetColorProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an [EMAIL PROTECTED] ezcGraphColor} object
*
* @param & $value
* @return void
Modified: trunk/Graph/src/datasets/property/integer.php
==============================================================================
--- trunk/Graph/src/datasets/property/integer.php [iso-8859-1] (original)
+++ trunk/Graph/src/datasets/property/integer.php [iso-8859-1] Mon Aug 13
15:20:33 2007
@@ -16,7 +16,7 @@
class ezcGraphDataSetIntProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an [EMAIL PROTECTED] ezcGraphColor} object
*
* @param & $value
* @return void
Modified: trunk/Graph/src/datasets/property/string.php
==============================================================================
--- trunk/Graph/src/datasets/property/string.php [iso-8859-1] (original)
+++ trunk/Graph/src/datasets/property/string.php [iso-8859-1] Mon Aug 13
15:20:33 2007
@@ -16,7 +16,7 @@
class ezcGraphDataSetStringProperty extends ezcGraphDataSetProperty
{
/**
- * Converts value to an ezcGraphColor object
+ * Converts value to an [EMAIL PROTECTED] ezcGraphColor} object
*
* @param & $value
* @return void
Modified: trunk/Graph/src/driver/flash.php
==============================================================================
--- trunk/Graph/src/driver/flash.php [iso-8859-1] (original)
+++ trunk/Graph/src/driver/flash.php [iso-8859-1] Mon Aug 13 15:20:33 2007
@@ -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 [EMAIL PROTECTED] ezcGraphFlashDriverOptions} extending the basic
+ * [EMAIL PROTECTED] ezcGraphDriverOptions}.
*
* <code>
* $graph = new ezcGraphPieChart();
Modified: trunk/Graph/src/driver/gd.php
==============================================================================
--- trunk/Graph/src/driver/gd.php [iso-8859-1] (original)
+++ trunk/Graph/src/driver/gd.php [iso-8859-1] Mon Aug 13 15:20:33 2007
@@ -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 [EMAIL PROTECTED]
ezcGraphGdDriverOptions}
+ * extending the basic driver options class [EMAIL PROTECTED]
ezcGraphDriverOptions}.
*
* <code>
* $graph = new ezcGraphPieChart();
Modified: trunk/Graph/src/driver/svg.php
==============================================================================
--- trunk/Graph/src/driver/svg.php [iso-8859-1] (original)
+++ trunk/Graph/src/driver/svg.php [iso-8859-1] Mon Aug 13 15:20:33 2007
@@ -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
+ * [EMAIL PROTECTED] ezcGraphSvgDriverOptions} extending the basic driver
options class
+ * [EMAIL PROTECTED] 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.
Modified: trunk/Graph/src/exceptions/date_parsing.php
==============================================================================
--- trunk/Graph/src/exceptions/date_parsing.php [iso-8859-1] (original)
+++ trunk/Graph/src/exceptions/date_parsing.php [iso-8859-1] Mon Aug 13
15:20:33 2007
@@ -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
+ * [EMAIL PROTECTED] ezcGraphChartElementDateAxis} could not be parsed.
*
* @package Graph
* @version //autogentag//
Modified: trunk/Graph/src/exceptions/unknown_color_definition.php
==============================================================================
--- trunk/Graph/src/exceptions/unknown_color_definition.php [iso-8859-1]
(original)
+++ trunk/Graph/src/exceptions/unknown_color_definition.php [iso-8859-1] Mon
Aug 13 15:20:33 2007
@@ -9,7 +9,7 @@
*/
/**
* Exception thrown, when a given value could not be interpreted as a color by
- * ezcGraphColor.
+ * [EMAIL PROTECTED] ezcGraphColor}.
*
* @package Graph
* @version //autogentag//
Modified: trunk/Graph/src/interfaces/axis_label_renderer.php
==============================================================================
--- trunk/Graph/src/interfaces/axis_label_renderer.php [iso-8859-1] (original)
+++ trunk/Graph/src/interfaces/axis_label_renderer.php [iso-8859-1] Mon Aug 13
15:20:33 2007
@@ -179,9 +179,9 @@
* 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 [EMAIL PROTECTED] 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;
*
Modified: trunk/Graph/src/interfaces/driver.php
==============================================================================
--- trunk/Graph/src/interfaces/driver.php [iso-8859-1] (original)
+++ trunk/Graph/src/interfaces/driver.php [iso-8859-1] Mon Aug 13 15:20:33 2007
@@ -16,7 +16,7 @@
abstract class ezcGraphDriver
{
/**
- * Drveroptions
+ * Driveroptions
*
* @var ezcDriverOptions
*/
Modified: trunk/Graph/src/renderer/2d.php
==============================================================================
--- trunk/Graph/src/renderer/2d.php [iso-8859-1] (original)
+++ trunk/Graph/src/renderer/2d.php [iso-8859-1] Mon Aug 13 15:20:33 2007
@@ -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 [EMAIL PROTECTED]
ezcGraphRenderer2dOptions}
+ * extending the basic renderer options in [EMAIL PROTECTED]
ezcGraphRendererOptions}.
*
* <code>
* $graph = new ezcGraphPieChart();
Modified: trunk/Graph/src/renderer/3d.php
==============================================================================
--- trunk/Graph/src/renderer/3d.php [iso-8859-1] (original)
+++ trunk/Graph/src/renderer/3d.php [iso-8859-1] Mon Aug 13 15:20:33 2007
@@ -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 [EMAIL PROTECTED]
ezcGraphRenderer3dOptions}
+ * extending the basic renderer options in [EMAIL PROTECTED]
ezcGraphRendererOptions}.
*
* <code>
* $graph = new ezcGraphPieChart();
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components