[ Index ] |
|
Code source de Cr@wltr@ck 2.2.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 413 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
awGraph:: (14 méthodes):
awGraph()
deleteFromCache()
deleteAllCache()
cleanCache()
setTiming()
add()
addLabel()
addAbsLabel()
draw()
drawLabels()
drawTitle()
drawTiming()
cleanGraphCache()
microtimeFloat()
awGraph($width = NULL, $height = NULL, $name = NULL, $timeout = 0) X-Ref |
Construct a new graph param: int $width Graph width param: int $height Graph height param: string $name Graph name for the cache (must be unique). Let it null to not use the cache. param: int $timeout Cache timeout (unix timestamp) |
deleteFromCache($name) X-Ref |
Delete a graph from the cache param: string $name Graph name return: bool TRUE on success, FALSE on failure |
deleteAllCache() X-Ref |
Delete all graphs from the cache |
cleanCache() X-Ref |
Clean cache |
setTiming($timing) X-Ref |
Enable/Disable Graph timing param: bool $timing |
add(&$component) X-Ref |
Add a component to the graph param: &$component |
addLabel(&$label, $x, $y) X-Ref |
Add a label to the component param: &$label param: int $x Position on X axis of the center of the text param: int $y Position on Y axis of the center of the text |
addAbsLabel(&$label, $point) X-Ref |
Add a label to the component with aboslute position param: &$label param: $point Text position |
draw($mode = GRAPH_DRAW_DISPLAY) X-Ref |
Build the graph and draw component on it param: string $mode Display mode (can be a file name) |
drawLabels() X-Ref |
Pas de description |
drawTitle() X-Ref |
Pas de description |
drawTiming($time) X-Ref |
Pas de description |
cleanGraphCache($file) X-Ref |
Pas de description |
microtimeFloat() X-Ref |
Pas de description |
Généré le : Thu Sep 6 14:14:11 2007 | par Balluche grâce à PHPXref 0.7 |