[ Index ]
 

Code source de Cr@wltr@ck 2.2.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/graphs/artichow/php5/ -> Image.class.php (sommaire)

(pas de description)

Poids: 598 lignes (12 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 17 fichiers
 graphs/artichow/php5/inc/Shadow.class.php
 graphs/artichow/php5/inc/Drawer.class.php
 graphs/artichow/php5/inc/Math.class.php
 graphs/artichow/php5/inc/Mark.class.php
 graphs/artichow/php5/inc/Tick.class.php
 graphs/artichow/php5/inc/Axis.class.php
 graphs/artichow/php5/common.php
 graphs/artichow/php5/inc/Color.class.php
 graphs/artichow/php5/inc/Legend.class.php
 graphs/artichow/php5/inc/Grid.class.php
 graphs/artichow/php5/inc/Gradient.class.php
 graphs/artichow/php5/inc/Tools.class.php
 graphs/artichow/php5/Component.class.php
 graphs/artichow/php5/inc/Text.class.php
 graphs/artichow/php5/inc/Label.class.php
 graphs/artichow/php5/inc/Border.class.php
 graphs/artichow/php5/inc/Font.class.php

Définit 2 classes

awImage:: (14 méthodes):
  __construct()
  getDrawer()
  setSize()
  setBackgroundColor()
  setBackgroundGradient()
  setAntiAliasing()
  setFormat()
  create()
  drawComponent()
  drawShadow()
  send()
  drawError()
  drawErrorFile()
  getFormat()

awFileImage:: (1 méthode):
  __construct()

Définit 1 fonction

  registerClass()
  registerInterface()

Classe: awImage  - X-Ref

An image for a graph

__construct()   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(awColor $color)   X-Ref
Change image background color

param: awColor $color

setBackgroundGradient(awGradient $gradient)   X-Ref
Change image background gradient

param: awGradient $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(awComponent $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 file

__construct($file)   X-Ref
Build a new awimage

param: string $file Image file name

Fonctions
Fonctions qui ne font pas partie d'une Classe:

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