| [ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 289 lignes (5 kb) |
| Inclus ou requis: | 2 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
awGrid:: (13 méthodes):
awGrid()
hide()
hideHorizontal()
hideVertical()
setColor()
setNoBackground()
setBackgroundColor()
setType()
setInterval()
setSpace()
setGrid()
draw()
drawGrid()
| awGrid() X-Ref |
| Build the factory |
| hide($hide = TRUE) X-Ref |
| Hide grid ? param: bool $hide |
| hideHorizontal($hide = TRUE) X-Ref |
| Hide horizontal lines ? param: bool $hideHorizontal |
| hideVertical($hide = TRUE) X-Ref |
| Hide vertical lines ? param: bool $hideVertical |
| setColor($color) X-Ref |
| Change grid color param: $color |
| setNoBackground() X-Ref |
| Remove grid background |
| setBackgroundColor($color) X-Ref |
| Change grid background color param: $color |
| setType($type) X-Ref |
| Change line type param: int $type |
| setInterval($hInterval, $vInterval) X-Ref |
| Change grid interval param: int $hInterval param: int $vInterval |
| setSpace($left, $right, $top, $bottom) X-Ref |
| Set grid space param: int $left Left space in pixels param: int $right Right space in pixels param: int $top Top space in pixels param: int $bottom Bottom space in pixels |
| setGrid($xgrid, $ygrid) X-Ref |
| Change the current grid param: array $xgrid Vertical lines param: array $ygrid Horizontal lines |
| draw($drawer, $x1, $y1, $x2, $y2) X-Ref |
| Draw grids param: $drawer A drawer object param: int $x1 param: int $y1 param: int $x2 param: int $y2 |
| drawGrid($drawer, $color,$nx, $ny, $x1, $y1, $x2, $y2,$type, $space, $hInterval, $vInterval) X-Ref |
| Pas de description |
| Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
|