| [ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 680 lignes (12 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
awPie:: (16 méthodes):
__construct()
setLegend()
setBorder()
set3D()
setStartAngle()
setLabelPrecision()
setLabelPosition()
setLabelNumber()
setLabelMinimum()
explode()
drawEnvelope()
drawComponent()
getMargin()
setValues()
getValues()
checkArray()
awPiePart:: (7 méthodes):
__construct()
getLegendBackground()
getLegendLineThickness()
getLegendLineStyle()
getLegendLineColor()
getLegendMark()
callbackPerCent()
| __construct($values, $colors = awPie::COLORED) X-Ref |
| Build the plot param: array $values Pie values |
| setLegend($legend) X-Ref |
| Change legend values param: array $legend An array of values for each part of the pie |
| setBorder(awColor $color) X-Ref |
| Set a border all around the pie param: awColor $color A color for the border |
| set3D($size) X-Ref |
| Change 3D effect intensity param: int $size Effect size |
| setStartAngle($angle) X-Ref |
| Change initial angle param: int $angle New angle in degrees |
| setLabelPrecision($precision) X-Ref |
| Change label precision param: int $precision New precision |
| setLabelPosition($position) X-Ref |
| Change label position param: int $position New position in pixels |
| setLabelNumber($number) X-Ref |
| Change label number param: int $number New number |
| setLabelMinimum($minimum) X-Ref |
| Change label minimum param: int $minimum New minimum |
| explode($explode) X-Ref |
| Change Pie explode param: array $explode |
| drawEnvelope(awDrawer $drawer) X-Ref |
| Pas de description |
| drawComponent(awDrawer $drawer, $x1, $y1, $x2, $y2, $aliasing) X-Ref |
| Pas de description |
| getMargin() X-Ref |
| Return margins around the component return: array Left, right, top and bottom margins |
| setValues($values) X-Ref |
| Change values of Y axis This method ignores not numeric values param: array $values |
| getValues() X-Ref |
| Return values of Y axis return: array |
| checkArray(&$array) X-Ref |
| Pas de description |
| __construct(awColor $color) X-Ref |
| Build a new awPiePart param: awColor $color Pie part 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 |
| callbackPerCent($value) X-Ref |
| Pas de description |
| Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
|