60 |
jpm |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>Documentation</title>
|
|
|
4 |
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
|
|
5 |
<link rel='stylesheet' href='style.css' />
|
|
|
6 |
</head>
|
|
|
7 |
|
|
|
8 |
<body>
|
|
|
9 |
<div align='center'>
|
|
|
10 |
<table cellpadding='0' cellspacing='0' id='contenu' class='round' style='width: 80%; margin-bottom: 20px'>
|
|
|
11 |
<tr>
|
|
|
12 |
<td class='borderhg'> </td>
|
|
|
13 |
<td class='borderh'> </td>
|
|
|
14 |
<td class='cornerhd'></td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<td class='borderg'> </td>
|
|
|
18 |
<td><a id="top"></a><h2> Class LinearGradient</h2><div class="extends"><ul>
|
|
|
19 |
<li><a href="Gradient.html">Gradient</a></li>
|
|
|
20 |
<ul><li>LinearGradient</li></ul>
|
|
|
21 |
</ul></div><div class="description">
|
|
|
22 |
<p>
|
|
|
23 |
Cette classe permet de décrire un dégradé linéaire.
|
|
|
24 |
</p>
|
|
|
25 |
</div><div class="inherit">
|
|
|
26 |
Les classes suivantes dérivent de LinearGradient :
|
|
|
27 |
<ul><li><a href="BilinearGradient.html">BilinearGradient</a></li></ul>
|
|
|
28 |
</div><ul class="links"><li><a href="index.html">Retourner voir la liste de toutes les classes</a></li></ul><h2>Méthodes et propriétés</h2><ul class="properties"><li>
|
|
|
29 |
<span class="access">public</span> <span class="type">int</span> <a href="LinearGradient.html#property.angle"><span class="argument">$angle</span></a>
|
|
|
30 |
</li></ul><ul class="methods"><li>
|
|
|
31 |
<span class="access">public</span> <a href="LinearGradient.html#method.__construct">__construct</a>(<a href="Color.html"><span class="type">Color</span></a> <span class="argument">$from</span>, <a href="Color.html"><span class="type">Color</span></a> <span class="argument">$to</span>, <span class="type">int</span> <span class="argument">$angle</span>)
|
|
|
32 |
</li></ul><h2>Documentation</h2><ul class="doc">
|
|
|
33 |
<li class="property">
|
|
|
34 |
<a id="property.angle"></a><span class="access">public</span> <span class="type">int</span> <a href="LinearGradient.html#property.angle"><span class="argument">$angle</span></a><div class="description">
|
|
|
35 |
Décrit l'angle du dégradé. Les valeurs possibles sont 0 et 90°.
|
|
|
36 |
</div>
|
|
|
37 |
<div class="description-bottom"><a href="LinearGradient.html#top">Remonter</a></div>
|
|
|
38 |
</li>
|
|
|
39 |
<li class="method">
|
|
|
40 |
<a id="method.__construct"></a><span class="access">public</span> <a href="LinearGradient.html#method.__construct">__construct</a>(<a href="Color.html"><span class="type">Color</span></a> <span class="argument">$from</span>, <a href="Color.html"><span class="type">Color</span></a> <span class="argument">$to</span>, <span class="type">int</span> <span class="argument">$angle</span>)
|
|
|
41 |
<div class="description">
|
|
|
42 |
Construit une nouveu dégradé. Cette méthode doit être appelée par toutes les classes qui dérivent de celle-ci. Le paramètre $from décrit la couleur de départ du dégradé et le paramètre $to celle de fin. Le troisième paramètre $angle décrit l'angle du dégradé. Ce peut être un dégradé horizontal (angle de 0°) ou un dégradé vertical (angle de 90°).
|
|
|
43 |
</div>
|
|
|
44 |
<div class="description-bottom"><a href="LinearGradient.html#top">Remonter</a></div>
|
|
|
45 |
</li>
|
|
|
46 |
</ul>
|
|
|
47 |
</td>
|
|
|
48 |
<td class='borderd'> </td>
|
|
|
49 |
</tr>
|
|
|
50 |
<tr>
|
|
|
51 |
<td class='cornerbg'></td>
|
|
|
52 |
<td class='borderb'> </td>
|
|
|
53 |
<td class='cornerbd'></td>
|
|
|
54 |
</tr>
|
|
|
55 |
</table>
|
|
|
56 |
</div>
|
|
|
57 |
</body>
|
|
|
58 |
</html>
|