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

Class: awText

Source Location: /class/system/artichow/php5/inc/Text.class.php

Class Overview


To handle text


Variables

Methods



Class Details

[line 18]
To handle text



[ Top ]


Class Variables

$border =

[line 68]

Text border



Tags:

access:  public

Type:   Border


[ Top ]



Class Methods


constructor __construct [line 75]

awText __construct( string $text, [ $font = NULL], [ $color = NULL], [ $angle = 0])

Build a new awtext



Tags:

access:  public


Parameters:

string   $text   Your text
   $font  
   $color  
   $angle  

[ Top ]

method getAngle [line 148]

int getAngle( )

Get text angle



Tags:

access:  public


[ Top ]

method getBackground [line 206]

Color, getBackground( )

Get text background



Tags:

return:  Gradient
access:  public


[ Top ]

method getColor [line 166]

Color getColor( )

Get text color



Tags:

access:  public


[ Top ]

method getFont [line 130]

int getFont( )

Get text font



Tags:

access:  public


[ Top ]

method getPadding [line 227]

array getPadding( )

Get current padding



Tags:

access:  public


[ Top ]

method getText [line 102]

string getText( )

Get text



Tags:

access:  public


[ Top ]

method setAngle [line 139]

void setAngle( int $angle)

Change text angle



Tags:

access:  public


Parameters:

int   $angle  

[ Top ]

method setBackground [line 175]

void setBackground( mixed $background)

Change text background



Tags:

access:  public


Parameters:

mixed   $background  

[ Top ]

method setBackgroundColor [line 188]

void setBackgroundColor( awColor $color)

Change text background color



Tags:

access:  public


Parameters:

awColor   $color  

[ Top ]

method setBackgroundGradient [line 197]

void setBackgroundGradient( awGradient $gradient)

Change text background gradient



Tags:

access:  public


Parameters:

awGradient   $gradient  

[ Top ]

method setColor [line 157]

void setColor( awColor $color)

Change text color



Tags:

access:  public


Parameters:

Color   $color  

[ Top ]

method setFont [line 121]

void setFont( awFont $font)

Change text font



Tags:

access:  public


Parameters:

Font   $font  

[ Top ]

method setPadding [line 218]

void setPadding( int $left, int $right, int $top, int $bottom)

Change padding



Tags:

access:  public


Parameters:

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

[ Top ]

method setText [line 111]

void setText( string $text)

Change text



Tags:

access:  public


Parameters:

string   $text   New text

[ Top ]


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