diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-07-11 08:49:26 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-07-11 08:49:26 +0000 |
commit | 6f359d97e38932b0da23abb0940f32bf5380c0d8 (patch) | |
tree | bc6221534bf65aa6777245e7f555e943cdd2bbc6 /src/graph.php | |
parent | 663493a7224dc7869c6c63d770016f9fd8850e2a (diff) | |
download | zetacomponents-graph-6f359d97e38932b0da23abb0940f32bf5380c0d8.zip zetacomponents-graph-6f359d97e38932b0da23abb0940f32bf5380c0d8.tar.gz |
- Refactored ezcGraphRenderer
# Most test run again, but complete result is still errnous
Diffstat (limited to 'src/graph.php')
-rw-r--r-- | src/graph.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php index 244dd5f..a9e97ab 100644 --- a/src/graph.php +++ b/src/graph.php @@ -20,6 +20,10 @@ class ezcGraph const BULLET = 2; const CIRCLE = 3; + const NO_REPEAT = 0; + const HORIZONTAL = 1; + const VERTICAL = 2; + const TOP = 1; const BOTTOM = 2; const LEFT = 4; |