| [ Index ] |
|
Code source de phpMyVisites 2.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 335 lignes (5 kb) |
| Inclus ou requis: | 2 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
awMark:: (13 méthodes):
__construct()
move()
hide()
show()
setSize()
setType()
setFill()
setImage()
draw()
changeType()
drawCircle()
drawSquare()
drawImage()
| __construct() 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(awImage $image) X-Ref |
| Set an image Only for awMark::IMAGE type. param: Image An image |
| draw(awDrawer $drawer, awPoint $point) X-Ref |
| Draw the mark param: awDrawer $drawer param: awPoint $point Mark center |
| changeType($image) X-Ref |
| Pas de description |
| drawCircle(awPoint $point) X-Ref |
| Pas de description |
| drawSquare(awPoint $point) X-Ref |
| Pas de description |
| drawImage(awPoint $point) X-Ref |
| Pas de description |
| Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
|