Javadoc + Filename + App

This commit is contained in:
2026-04-29 11:14:07 +02:00
parent 5ebe7d0449
commit c1a11a6295
64 changed files with 895 additions and 348 deletions

View File

@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="fr">
<head>
<!-- Generated by javadoc (25) on Wed Apr 08 11:41:07 CEST 2026 -->
<!-- Generated by javadoc (25) on Wed Apr 29 10:08:38 CEST 2026 -->
<title>T-Index</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2026-04-08">
<meta name="dc.created" content="2026-04-29">
<meta name="description" content="index: T">
<meta name="generator" content="javadoc/IndexWriter">
<link rel="stylesheet" type="text/css" href="../resource-files/jquery-ui.min.css">
@@ -50,9 +50,19 @@ loadScripts(document, 'script');</script>
<div class="header">
<h1>Index</h1>
</div>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a>
<h2 class="title" id="I:T">T</h2>
<dl class="index">
<dt><a href="../ecoparasite/svg/elements/Text.html" class="type-name-link" title="class in ecoparasite.svg.elements">Text</a> - Class in <a href="../ecoparasite/svg/elements/package-summary.html">ecoparasite.svg.elements</a></dt>
<dd>
<div class="block">Élement qui permet de générer un texte sur le SVG.</div>
</dd>
<dt><a href="../ecoparasite/svg/elements/Text.html#%3Cinit%3E(ecoparasite.svg.Coordonnees,java.lang.String)" class="member-name-link">Text(Coordonnees, String)</a> - Constructor for class ecoparasite.svg.elements.<a href="../ecoparasite/svg/elements/Text.html" title="class in ecoparasite.svg.elements">Text</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../ecoparasite/svg/elements/Text.html#%3Cinit%3E(ecoparasite.svg.Coordonnees,java.lang.String,java.lang.String,int)" class="member-name-link">Text(Coordonnees, String, String, int)</a> - Constructor for class ecoparasite.svg.elements.<a href="../ecoparasite/svg/elements/Text.html" title="class in ecoparasite.svg.elements">Text</a></dt>
<dd>
<div class="block">Constructeur</div>
</dd>
<dt><a href="../ecoparasite/input/RawData.html#toString()" class="member-name-link">toString()</a> - Method in class ecoparasite.input.<a href="../ecoparasite/input/RawData.html" title="class in ecoparasite.input">RawData</a></dt>
<dd>
<div class="block">Permet d'avoir un affichage debug du contenu de notre jeu de données.</div>
@@ -64,13 +74,31 @@ loadScripts(document, 'script');</script>
<dt><a href="../ecoparasite/population/Population.html#toString()" class="member-name-link">toString()</a> - Method in class ecoparasite.population.<a href="../ecoparasite/population/Population.html" title="class in ecoparasite.population">Population</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../ecoparasite/population/PopulationArgs.html#toString()" class="member-name-link">toString()</a> - Method in class ecoparasite.population.<a href="../ecoparasite/population/PopulationArgs.html" title="class in ecoparasite.population">PopulationArgs</a></dt>
<dd>&nbsp;</dd>
<dd>
<div class="block">Avoir sous forme de string les données de nos arguments de population.</div>
</dd>
<dt><a href="../ecoparasite/svg/elements/Circle.html#toSVG()" class="member-name-link">toSVG()</a> - Method in class ecoparasite.svg.elements.<a href="../ecoparasite/svg/elements/Circle.html" title="class in ecoparasite.svg.elements">Circle</a></dt>
<dd>
<div class="block">Crée la string SVG.</div>
</dd>
<dt><a href="../ecoparasite/svg/elements/Element.html#toSVG()" class="member-name-link">toSVG()</a> - Method in class ecoparasite.svg.elements.<a href="../ecoparasite/svg/elements/Element.html" title="class in ecoparasite.svg.elements">Element</a></dt>
<dd>
<div class="block">Méthode abstraite qui va permettre de transformer notre élément en SVG.</div>
</dd>
<dt><a href="../ecoparasite/svg/elements/Line.html#toSVG()" class="member-name-link">toSVG()</a> - Method in class ecoparasite.svg.elements.<a href="../ecoparasite/svg/elements/Line.html" title="class in ecoparasite.svg.elements">Line</a></dt>
<dd>
<div class="block">Génère la string SVG de l'élément.</div>
</dd>
<dt><a href="../ecoparasite/svg/elements/Text.html#toSVG()" class="member-name-link">toSVG()</a> - Method in class ecoparasite.svg.elements.<a href="../ecoparasite/svg/elements/Text.html" title="class in ecoparasite.svg.elements">Text</a></dt>
<dd>
<div class="block">Génère la string SVG.</div>
</dd>
<dt><a href="../ecoparasite/population/PopulationArgInterval.html#transformToDouble()" class="member-name-link">transformToDouble()</a> - Method in class ecoparasite.population.<a href="../ecoparasite/population/PopulationArgInterval.html" title="class in ecoparasite.population">PopulationArgInterval</a></dt>
<dd>
<div class="block">Permet de transformer un intervalle en double.</div>
</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a></main>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">N</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">S</a>&nbsp;<a href="index-15.html">T</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes&nbsp;and&nbsp;Interfaces</a><span class="vertical-separator">|</span><a href="../allpackages-index.html">All&nbsp;Packages</a><span class="vertical-separator">|</span><a href="../constant-values.html">Constant&nbsp;Field&nbsp;Values</a><span class="vertical-separator">|</span><a href="../serialized-form.html">Serialized&nbsp;Form</a></main>
</div>
</body>
</html>