summaryrefslogtreecommitdiffstats
path: root/src/graph.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-07-11 08:49:26 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-07-11 08:49:26 +0000
commit6f359d97e38932b0da23abb0940f32bf5380c0d8 (patch)
treebc6221534bf65aa6777245e7f555e943cdd2bbc6 /src/graph.php
parent663493a7224dc7869c6c63d770016f9fd8850e2a (diff)
downloadzetacomponents-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.php4
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;
OpenPOWER on IntegriCloud