linea21-externals
[ class tree: linea21-externals ] [ index: linea21-externals ] [ all elements ]

Class: awGrid

Source Location: /class/system/artichow/php5/inc/Grid.class.php

Class Overview


Grid


Methods



Class Details

[line 18]
Grid



[ Top ]


Class Methods


constructor __construct [line 93]

awGrid __construct( )

Build the factory



Tags:

access:  public


[ Top ]

method draw [line 210]

void draw( awDriver $driver, int $x1, int $y1, int $x2, int $y2)

Draw grids



Tags:

access:  public


Parameters:

awDriver   $driver   A driver object
int   $x1  
int   $y1  
int   $x2  
int   $y2  

[ Top ]

method hide [line 106]

void hide( [bool $hide = TRUE])

Hide grid ?



Tags:

access:  public


Parameters:

bool   $hide  

[ Top ]

method hideHorizontal [line 115]

void hideHorizontal( [ $hide = TRUE], bool $hideHorizontal)

Hide horizontal lines ?



Tags:

access:  public


Parameters:

bool   $hideHorizontal  
   $hide  

[ Top ]

method hideVertical [line 124]

void hideVertical( [ $hide = TRUE], bool $hideVertical)

Hide vertical lines ?



Tags:

access:  public


Parameters:

bool   $hideVertical  
   $hide  

[ Top ]

method setBackgroundColor [line 149]

void setBackgroundColor( awColor $color)

Change grid background color



Tags:

access:  public


Parameters:

awColor   $color  

[ Top ]

method setColor [line 133]

void setColor( awColor $color)

Change grid color



Tags:

access:  public


Parameters:

awColor   $color  

[ Top ]

method setGrid [line 190]

void setGrid( array $xgrid, array $ygrid)

Change the current grid



Tags:

access:  public


Parameters:

array   $xgrid   Vertical lines
array   $ygrid   Horizontal lines

[ Top ]

method setInterval [line 168]

void setInterval( int $hInterval, int $vInterval)

Change grid interval



Tags:

access:  public


Parameters:

int   $hInterval  
int   $vInterval  

[ Top ]

method setNoBackground [line 140]

void setNoBackground( )

Remove grid background



Tags:

access:  public


[ Top ]

method setSpace [line 180]

void setSpace( int $left, int $right, int $top, int $bottom)

Set grid space



Tags:

access:  public


Parameters:

int   $left   Left space in pixels
int   $right   Right space in pixels
int   $top   Top space in pixels
int   $bottom   Bottom space in pixels

[ Top ]

method setType [line 158]

void setType( int $type)

Change line type



Tags:

access:  public


Parameters:

int   $type  

[ Top ]


Documentation generated on Thu, 03 May 2012 15:05:00 +0200 by phpDocumentor 1.4.1