Readme.en.txt
Readme.es.txt
changeLog
Readme.it.txt
Readme.fr.txt
Todo List
Implements interfaces:
[line 58]
[line 149]
[line 86]
[line 51]
[line 121]
[line 107]
[line 44]
[line 100]
[line 93]
[line 142]
[line 114]
[line 65]
[line 72]
[line 79]
[line 128]
awLegend __construct( [int $model = awLegend::MODEL_RIGHT])
void add( awLegendable $legendable, string $title, [int $type = awLegend::LINE])
int count( )
void draw( awDriver $driver)
Point getPosition( )
void hide( [bool $hide = TRUE])
void setAlign( [int $h = NULL], [int $v = NULL])
void setBackground( mixed $background)
void setBackgroundColor( awColor $color)
void setBackgroundGradient( awGradient $gradient)
void setColumns( int $columns)
void setModel( int $model)
void setPadding( int $left, int $right, int $top, int $bottom)
void setPosition( [float $x = NULL], [float $y = NULL])
void setRows( int $rows)
void setSpace( int $space)
void setTextColor( awColor $color)
void setTextFont( awFont $font)
void setTextMargin( int $left, int $right)
void show( [bool $show = TRUE])
[line 163]
[line 156]
[line 170]
[line 177]
[line 191]
[line 184]