Subversion Repositories Applications.gtt

Rev

Rev 61 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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'>&nbsp;</td>
13
				<td class='borderh'>&nbsp;</td>
14
				<td class='cornerhd'></td>
15
			</tr>
16
			<tr>
17
				<td class='borderg'>&nbsp;</td>
18
				<td><a id="top"></a><h2> Class Legendable</h2><div class="description">
19
		<p>
20
			<a href="Legendable.html">Legendable</a> est une <span style="text-decoration: underline">interface</span> que doivent implémenter toutes les classes qui veulent profiter des possibilités offertes par la classe <a href="Legend.html">Legend</a>.
21
		</p>
22
	</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="methods">
23
<li>
24
<span class="access">public</span> <span class="type">int</span> <a href="Legendable.html#method.getLegendLineStyle">getLegendLineStyle</a>()
25
	</li>
26
<li>
27
<span class="access">public</span> <span class="type">int</span> <a href="Legendable.html#method.getLegendLineThickness">getLegendLineThickness</a>()
28
	</li>
29
<li>
30
<span class="access">public</span> <a href="Color.html"><span class="type">Color</span></a> <a href="Legendable.html#method.getLegendLineColor">getLegendLineColor</a>()
31
	</li>
32
<li>
33
<span class="access">public</span> <span class="type">mixed</span> <a href="Legendable.html#method.getLegendBackground">getLegendBackground</a>()
34
	</li>
35
<li>
36
<span class="access">public</span> <a href="Mark.html"><span class="type">Mark</span></a> <a href="Legendable.html#method.getLegendMark">getLegendMark</a>()
37
	</li>
38
</ul><h2>Documentation</h2><ul class="doc">
39
<li class="method">
40
<a id="method.getLegendLineStyle"></a><span class="access">public</span> <span class="type">int</span> <a href="Legendable.html#method.getLegendLineStyle">getLegendLineStyle</a>()
41
	<div class="description">
42
				Retourne le type de ligne utilisé (<a href="Line.html#constant.SOLID">Line::SOLID</a>, <a href="Line.html#constant.DOTTED">Line::DOTTED</a> ou <a href="Line.html#constant.DASHED">Line::DASHED</a>).
43
			</div>
44
<div class="description-bottom"><a href="Legendable.html#top">Remonter</a></div>
45
</li>
46
<li class="method">
47
<a id="method.getLegendLineThickness"></a><span class="access">public</span> <span class="type">int</span> <a href="Legendable.html#method.getLegendLineThickness">getLegendLineThickness</a>()
48
	<div class="description">
49
				Retourne une épaisseur de ligne pour la légende.
50
			</div>
51
<div class="description-bottom"><a href="Legendable.html#top">Remonter</a></div>
52
</li>
53
<li class="method">
54
<a id="method.getLegendLineColor"></a><span class="access">public</span> <a href="Color.html"><span class="type">Color</span></a> <a href="Legendable.html#method.getLegendLineColor">getLegendLineColor</a>()
55
	<div class="description">
56
				Retourne une couleur de ligne pour la légende.
57
			</div>
58
<div class="description-bottom"><a href="Legendable.html#top">Remonter</a></div>
59
</li>
60
<li class="method">
61
<a id="method.getLegendBackground"></a><span class="access">public</span> <span class="type">mixed</span> <a href="Legendable.html#method.getLegendBackground">getLegendBackground</a>()
62
	<div class="description">
63
				Retourne une couleur de fond pour la légende.
64
			</div>
65
<div class="description-bottom"><a href="Legendable.html#top">Remonter</a></div>
66
</li>
67
<li class="method">
68
<a id="method.getLegendMark"></a><span class="access">public</span> <a href="Mark.html"><span class="type">Mark</span></a> <a href="Legendable.html#method.getLegendMark">getLegendMark</a>()
69
	<div class="description">
70
				Retourne l'objet qui gère les marques affichées sur les éléments représentatifs de la classe qui implémente cette interface.
71
			</div>
72
<div class="description-bottom"><a href="Legendable.html#top">Remonter</a></div>
73
</li>
74
</ul>
75
</td>
76
				<td class='borderd'>&nbsp;</td>
77
			</tr>
78
			<tr>
79
				<td class='cornerbg'></td>
80
				<td class='borderb'>&nbsp;</td>
81
				<td class='cornerbd'></td>
82
			</tr>
83
		</table>
84
		</div>
85
	</body>
86
</html>