mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
initial import
This commit is contained in:
58
lib/classes/graphik/doc/LinearGradient.html
Normal file
58
lib/classes/graphik/doc/LinearGradient.html
Normal file
@@ -0,0 +1,58 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Documentation</title>
|
||||
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
||||
<link rel='stylesheet' href='style.css' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div align='center'>
|
||||
<table cellpadding='0' cellspacing='0' id='contenu' class='round' style='width: 80%; margin-bottom: 20px'>
|
||||
<tr>
|
||||
<td class='borderhg'> </td>
|
||||
<td class='borderh'> </td>
|
||||
<td class='cornerhd'></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='borderg'> </td>
|
||||
<td><a id="top"></a><h2> Class LinearGradient</h2><div class="extends"><ul>
|
||||
<li><a href="Gradient.html">Gradient</a></li>
|
||||
<ul><li>LinearGradient</li></ul>
|
||||
</ul></div><div class="description">
|
||||
<p>
|
||||
Cette classe permet de décrire un dégradé linéaire.
|
||||
</p>
|
||||
</div><div class="inherit">
|
||||
Les classes suivantes dérivent de LinearGradient :
|
||||
<ul><li><a href="BilinearGradient.html">BilinearGradient</a></li></ul>
|
||||
</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>
|
||||
<span class="access">public</span> <span class="type">int</span> <a href="LinearGradient.html#property.angle"><span class="argument">$angle</span></a>
|
||||
</li></ul><ul class="methods"><li>
|
||||
<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>)
|
||||
</li></ul><h2>Documentation</h2><ul class="doc">
|
||||
<li class="property">
|
||||
<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">
|
||||
Décrit l'angle du dégradé. Les valeurs possibles sont 0 et 90°.
|
||||
</div>
|
||||
<div class="description-bottom"><a href="LinearGradient.html#top">Remonter</a></div>
|
||||
</li>
|
||||
<li class="method">
|
||||
<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>)
|
||||
<div class="description">
|
||||
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°).
|
||||
</div>
|
||||
<div class="description-bottom"><a href="LinearGradient.html#top">Remonter</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td class='borderd'> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='cornerbg'></td>
|
||||
<td class='borderb'> </td>
|
||||
<td class='cornerbd'></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user