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 FileImage</h2><div class="extends"><ul>
19
<li><a href="Image.html">Image</a></li>
20
<ul><li>FileImage</li></ul>
21
</ul></div><div class="description">
22
		<p>
23
			La classe <a href="FileImage.html">FileImage</a> permet de charger une image existante à partir d'un fichier. L'image ainsi créée peut être utilisée avec un <a href="Driver.html">Driver</a> pour être copiée sur une autre image par exemple.
24
		</p>
25
	</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"><li>
26
<span class="access">public</span> <a href="FileImage.html#method.__construct">__construct</a>(<span class="type">string</span> <span class="argument">
27
							$file</span>)
28
	</li></ul><h2>Documentation</h2><ul class="doc"><li class="method">
29
<a id="method.__construct"></a><span class="access">public</span> <a href="FileImage.html#method.__construct">__construct</a>(<span class="type">string</span> <span class="argument">
30
							$file</span>)
31
	<div class="description">
32
				Construit l'image à partir de l'image contenue dans le fichier $file.
33
			</div>
34
<div class="description-bottom"><a href="FileImage.html#top">Remonter</a></div>
35
</li></ul>
36
</td>
37
				<td class='borderd'>&nbsp;</td>
38
			</tr>
39
			<tr>
40
				<td class='cornerbg'></td>
41
				<td class='borderb'>&nbsp;</td>
42
				<td class='cornerbd'></td>
43
			</tr>
44
		</table>
45
		</div>
46
	</body>
47
</html>