summaryrefslogtreecommitdiffstats
path: root/src/interfaces
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-12-04 16:03:47 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-12-04 16:03:47 +0000
commitb0bd4a7169a375ff74266d5cb15e817b1484dc07 (patch)
tree4d6aed10aaec67892ce1f0137726ebef60b6722e /src/interfaces
parentb322a8d3c8f26d9df21244319c3a2aa281795d07 (diff)
downloadzetacomponents-graph-b0bd4a7169a375ff74266d5cb15e817b1484dc07.zip
zetacomponents-graph-b0bd4a7169a375ff74266d5cb15e817b1484dc07.tar.gz
- Implemented feature #014010: Possibility to set x/y offsets for
highlightValue (Patch by Markus Lervik)
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/renderer.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php
index 8abbcfb..090b947 100644
--- a/src/interfaces/renderer.php
+++ b/src/interfaces/renderer.php
@@ -251,6 +251,8 @@ abstract class ezcGraphRenderer
* @param string $text Acutual value
* @param int $size Size of highlight text
* @param ezcGraphColor $markLines
+ * @param int $xOffset
+ * @param int $yOffset
* @return void
*/
abstract public function drawDataHighlightText(
@@ -263,7 +265,9 @@ abstract class ezcGraphRenderer
ezcGraphFontOptions $font,
$text,
$size,
- ezcGraphColor $markLines = null
+ ezcGraphColor $markLines = null,
+ $xOffset = 0,
+ $yOffset = 0
);
/**
OpenPOWER on IntegriCloud