[ Index ] |
|
Code source de Cr@wltr@ck 2.2.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 291 lignes (5 kb) |
Inclus ou requis: | 2 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
awGrid:: (13 méthodes):
__construct()
hide()
hideHorizontal()
hideVertical()
setColor()
setNoBackground()
setBackgroundColor()
setType()
setInterval()
setSpace()
setGrid()
draw()
drawGrid()
__construct() 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(awColor $color) X-Ref |
Change grid color param: awColor $color |
setNoBackground() X-Ref |
Remove grid background |
setBackgroundColor(awColor $color) X-Ref |
Change grid background color param: awColor $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(awDrawer $drawer, $x1, $y1, $x2, $y2) X-Ref |
Draw grids param: awDrawer $drawer A drawer object param: int $x1 param: int $y1 param: int $x2 param: int $y2 |
drawGrid(awDrawer $drawer, awColor $color,$nx, $ny, $x1, $y1, $x2, $y2,$type, $space, $hInterval, $vInterval) X-Ref |
Pas de description |
Généré le : Thu Sep 6 14:14:11 2007 | par Balluche grâce à PHPXref 0.7 |