[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
[Code source] [Imprimer] [Statistiques]
Image_Graph - PEAR PHP OO Graph Rendering Utility. PHP versions 4 and 5
Author: | Jesper Veggerby <pear.nosey@veggerby.dk> |
Copyright: | Copyright (C) 2003, 2004 Jesper Veggerby Hansen |
License: | http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 |
Version: | CVS: $Id: Pointing.php,v 1.8 2005/08/24 20:35:54 nosey Exp $ |
Poids: | 140 lignes (4 kb) |
Inclus ou requis: | 2 fois |
Référencé: | 0 fois |
Nécessite: | 1 fichier Image/Graph/Marker.php |
Image_Graph_Marker_Pointing:: (3 méthodes):
Image_Graph_Marker_Pointing()
setMarkerStart()
_drawMarker()
Classe: Image_Graph_Marker_Pointing - X-Ref
Data marker as a 'pointing marker'.Image_Graph_Marker_Pointing($deltaX, $deltaY, & $markerEnd) X-Ref |
Create an pointing marker, ie a pin on a board param: int $deltaX The the X offset from the real 'data' point param: int $deltaY The the Y offset from the real 'data' point param: Marker $markerEnd The ending marker that represents 'the head of |
setMarkerStart(& $markerStart) X-Ref |
Sets the starting marker, ie the tip of the pin on a board param: Marker $markerStart The starting marker that represents 'the tip |
_drawMarker($x, $y, $values = false) X-Ref |
Draw the marker on the canvas param: int $x The X (horizontal) position (in pixels) of the marker on param: int $y The Y (vertical) position (in pixels) of the marker on the param: array $values The values representing the data the marker 'points' |
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |