[ Index ] |
|
Code source de Cr@wltr@ck 2.2.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 337 lignes (5 kb) |
Inclus ou requis: | 2 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
awMark:: (13 méthodes):
awMark()
move()
hide()
show()
setSize()
setType()
setFill()
setImage()
draw()
changeType()
drawCircle()
drawSquare()
drawImage()
awMark() X-Ref |
Build the mark |
move($x, $y) X-Ref |
Change mark position param: int $x Add this interval to X coord param: int $y Add this interval to Y coord |
hide($hide = TRUE) X-Ref |
Hide marks ? param: bool $hide TRUE to hide marks, FALSE otherwise |
show($show = TRUE) X-Ref |
Show marks ? param: bool $show |
setSize($size) X-Ref |
Change mark type param: int $size Size in pixels |
setType($type, $size = NULL) X-Ref |
Change mark type param: int $type New mark type param: int $size Mark size (can be NULL) |
setFill($fill) X-Ref |
Fill the mark with a color or a gradient param: mixed $fill A color or a gradient |
setImage(&$image) X-Ref |
Set an image Only for MARK_IMAGE type. param: Image An image |
draw($drawer, $point) X-Ref |
Draw the mark param: $drawer param: $point Mark center |
changeType($image) X-Ref |
Pas de description |
drawCircle($point) X-Ref |
Pas de description |
drawSquare($point) X-Ref |
Pas de description |
drawImage($point) X-Ref |
Pas de description |
Généré le : Thu Sep 6 14:14:11 2007 | par Balluche grâce à PHPXref 0.7 |