[ 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/inc/ -> Text.class.php (sommaire)

(pas de description)

Poids: 220 lignes (3 kb)
Inclus ou requis: 2 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

awText:: (14 méthodes):
  __construct()
  getText()
  setText()
  setFont()
  getFont()
  setAngle()
  getAngle()
  setColor()
  getColor()
  setBackgroundColor()
  setBackgroundGradient()
  getBackground()
  setPadding()
  getPadding()


Classe: awText  - X-Ref

To handle text

__construct($text, $font = NULL, $color = NULL, $angle = 0)   X-Ref
Build a new awtext

param: string $text Your text

getText()   X-Ref
Get text

return: string

setText($text)   X-Ref
Change text

param: string $text New text

setFont(awFont $font)   X-Ref
Change text font

param: Font

getFont()   X-Ref
Get text font

return: int

setAngle($angle)   X-Ref
Change text angle

param: int

getAngle()   X-Ref
Get text angle

return: int

setColor(awColor $color)   X-Ref
Change text color

param: Color

getColor()   X-Ref
Get text color

return: Color

setBackgroundColor(awColor $color)   X-Ref
Change text background color

param: awColor $color

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

param: awGradient $gradient

getBackground()   X-Ref
Get text background

return: Color, Gradient

setPadding($left, $right, $top, $bottom)   X-Ref
Change padding

param: int $left Left padding
param: int $right Right padding
param: int $top Top padding
param: int $bottom Bottom padding

getPadding()   X-Ref
Get current padding

return: array



Généré le : Thu Sep 6 14:14:11 2007 par Balluche grâce à PHPXref 0.7