| [ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 443 lignes (9 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
awMathFunction:: (8 méthodes):
__construct()
setColor()
getColor()
getLegendBackground()
getLegendLineThickness()
getLegendLineStyle()
getLegendLineColor()
getLegendMark()
awMathPlot:: (8 méthodes):
__construct()
initAxis()
setInterval()
add()
init()
drawEnvelope()
drawComponent()
createGrid()
Classe: awMathFunction - X-Ref
A mathematic function| __construct($f, $fromX = NULL, $toX = NULL) X-Ref |
| Construct the function param: string $f Callback function param: float $fromX param: float $toX |
| setColor(awColor $color) X-Ref |
| Change line color param: awColor $color A new awcolor |
| getColor() X-Ref |
| Get line color return: Color |
| getLegendBackground() X-Ref |
| Get the background color or gradient of an element of the component return: Color, Gradient |
| getLegendLineThickness() X-Ref |
| Get the line thickness return: NULL |
| getLegendLineStyle() X-Ref |
| Get the line type return: NULL |
| getLegendLineColor() X-Ref |
| Get the color of line return: NULL |
| getLegendMark() X-Ref |
| Get a mark object return: NULL |
Classe: awMathPlot - X-Ref
For mathematics functions| __construct($xMin, $xMax, $yMax, $yMin) X-Ref |
| Build the plot param: int $xMin Minimum X value param: int $xMax Maximum X value param: int $yMax Maximum Y value param: int $yMin Minimum Y value |
| initAxis(awAxis $axis) X-Ref |
| Pas de description |
| setInterval($interval) X-Ref |
| Interval to calculate values param: float $interval |
| add(awMathFunction $function, $name = NULL, $type = awLegend::LINE) X-Ref |
| Add a formula f(x) param: awMathFunction $function param: string $name Name for the legend (can be NULL if you don't want to set a legend) param: int $type Type for the legend |
| init(awDrawer $drawer) X-Ref |
| Pas de description |
| drawEnvelope(awDrawer $drawer) X-Ref |
| Pas de description |
| drawComponent(awDrawer $drawer, $x1, $y1, $x2, $y2, $aliasing) X-Ref |
| Pas de description |
| createGrid() X-Ref |
| Pas de description |
| Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
|