[ Index ] |
|
Code source de Cr@wltr@ck 2.2.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
awImage:: (14 méthodes):
awImage()
getDrawer()
setSize()
setBackgroundColor()
setBackgroundGradient()
setAntiAliasing()
setFormat()
create()
drawComponent()
drawShadow()
send()
drawError()
drawErrorFile()
getFormat()
awFileImage:: (1 méthode):
awFileImage()
awImage() X-Ref |
Build the image |
getDrawer($w = 1, $h = 1, $x = 0.5, $y = 0.5) X-Ref |
Get drawer of the image param: int $w Drawer width (from 0 to 1) (default to 1) param: int $h Drawer height (from 0 to 1) (default to 1) param: float $x Position on X axis of the center of the drawer (default to 0.5) param: float $y Position on Y axis of the center of the drawer (default to 0.5) return: Drawer |
setSize($width, $height) X-Ref |
Change the image size |
setBackgroundColor($color) X-Ref |
Change image background color param: $color |
setBackgroundGradient($gradient) X-Ref |
Change image background gradient param: $gradient |
setAntiAliasing($bool) X-Ref |
Can we use anti-aliasing ? |
setFormat($format) X-Ref |
Change image format |
create() X-Ref |
Create a new awimage |
drawComponent(&$component) X-Ref |
Draw a component on the image |
drawShadow() X-Ref |
Pas de description |
send($return = FALSE, $header = TRUE) X-Ref |
Send the image into a file or to the user browser |
drawError($message) X-Ref |
Pas de description |
drawErrorFile($error) X-Ref |
Pas de description |
getFormat() X-Ref |
Pas de description |
Classe: awFileImage - X-Ref
Load an image from a fileawFileImage($file) X-Ref |
Build a new awimage param: string $file Image file name |
registerClass($class, $abstract = FALSE) X-Ref |
Pas de description |
registerInterface($interface) X-Ref |
Pas de description |
Généré le : Thu Sep 6 14:14:11 2007 | par Balluche grâce à PHPXref 0.7 |