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

Class: awFileImage

Source Location: /class/system/artichow/php5/Image.class.php

Class Overview

awImage
   |
   --awFileImage

Load an image from a file


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: awImage

awImage::__construct()
Build the image
awImage::create()
Create a new awimage
awImage::drawComponent()
Draw a component on the image
awImage::drawError()
awImage::drawErrorFile()
awImage::drawShadow()
awImage::get()
Return the image content as binary data
awImage::getAntiAliasing()
Return the antialiasing setting
awImage::getBackground()
Return image background, whether a Color or a Gradient
awImage::getDriver()
Get driver of the image
awImage::getFormat()
Returns the image format as an integer
awImage::getFormatString()
Returns the image format as a string
awImage::selectDriver()
Select the correct driver
awImage::send()
Send the image into a file or to the user browser
awImage::sendHeaders()
Send the correct HTTP header according to the image type
awImage::setAntiAliasing()
Turn antialiasing on or off
awImage::setBackground()
Change image background
awImage::setBackgroundColor()
Change image background color
awImage::setBackgroundGradient()
Change image background gradient
awImage::setDriver()
Sets the driver that will be used to draw the graph
awImage::setFormat()
Change image format
awImage::setSize()
Change the image size

Class Details

[line 600]
Load an image from a file



[ Top ]


Class Methods


constructor __construct [line 607]

awFileImage __construct( string $file)

Build a new awimage



Tags:

access:  public


Overrides awImage::__construct() (Build the image)

Parameters:

string   $file   Image file name

[ Top ]


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