mise a jours uml + javadoc + suppretion de code inutile

This commit is contained in:
marc barbier
2020-11-11 14:28:36 +01:00
parent 63cd40c3e6
commit 3606a9a564
15 changed files with 154 additions and 100 deletions
@@ -92,7 +92,7 @@ public abstract class Card {
* retourne la culeur de la carte
* la couleur s'affiche comme un filtre sur la carte
* /!\ attention a l'opacite /!\ le format n'est PAS rgba MAIS argb
* #AARRGGBB
* #AARRGGB //TODOB
* je recomander une opaciter en 44 et 70
* @return
*/
@@ -106,7 +106,6 @@ public abstract class Card {
* @return la description
*/
public abstract String getDescription();
//TODO
/**