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 /src/colors | |
parent | d7ef761eb8ae302260eb1d0c42ace4344d8d06a9 (diff) | |
download | zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.zip zetacomponents-graph-e7ab60b1f437fc871f662a1faaec1c87c1c83994.tar.gz |
- Link more classes
Diffstat (limited to 'src/colors')
-rw-r--r-- | src/colors/linear_gradient.php | 6 |
1 files changed, 3 insertions, 3 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. |