From 8231d5da5ceadd3f04cc52d526a838da09e034c2 Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Fri, 19 May 2006 15:26:29 +0000 Subject: - Refactored rendering methods - Refactored chart title to be a chartelement --- src/structs/boundings.php | 37 +++++++++++++++++++++++++++++++++++++ src/structs/coordinate.php | 2 -- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 src/structs/boundings.php (limited to 'src/structs') diff --git a/src/structs/boundings.php b/src/structs/boundings.php new file mode 100644 index 0000000..003c72e --- /dev/null +++ b/src/structs/boundings.php @@ -0,0 +1,37 @@ + diff --git a/src/structs/coordinate.php b/src/structs/coordinate.php index 11193a1..10ec1c3 100644 --- a/src/structs/coordinate.php +++ b/src/structs/coordinate.php @@ -30,6 +30,4 @@ class ezcGraphCoordinate } } -? - ?> -- cgit v1.1