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

(pas de description)

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

Définit 1 class

awBorder:: (8 méthodes):
  __construct()
  setColor()
  setStyle()
  hide()
  show()
  visible()
  rectangle()
  ellipse()


Classe: awBorder  - X-Ref

Draw border

__construct($color = NULL, $style = awLine::SOLID)   X-Ref
Build the border

param: awColor $color Border color
param: int $style Border style

setColor(awColor $color)   X-Ref
Change border color
This method automatically shows the border if it is hidden

param: awColor $color

setStyle($style)   X-Ref
Change border style

param: int $style

hide($hide = TRUE)   X-Ref
Hide border ?

param: bool $hide

show($show = TRUE)   X-Ref
Show border ?

param: bool $show

visible()   X-Ref
Is the border visible ?

return: bool

rectangle(awDrawer $drawer, awPoint $p1, awPoint $p2)   X-Ref
Draw border as a rectangle

param: awDrawer $drawer
param: awPoint $p1 Top-left corner
param: awPoint $p2 Bottom-right corner

ellipse(awDrawer $drawer, awPoint $center, $width, $height)   X-Ref
Draw border as an ellipse

param: awDrawer $drawer
param: awPoint $center Ellipse center
param: int $width Ellipse width
param: int $height Ellipse height



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