Package | Description |
---|---|
pVue.pGUI.pLogo | |
pVue.pGUI.pTerrain |
Modifier and Type | Class and Description |
---|---|
class |
BalleLogo
Class LogoBalle
Permet de définir un Logo Balle sur un terrain de jeu.
|
class |
EnbutLogo
Class EnbutLogo
Permet de définir un Logo Enbut sur un terrain de jeu.
|
class |
TortueLogo
Class LogoTortue
Permet de définir un Logo Tortue sur un terrain de jeu.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<_Logo> |
TerrainJP.getLogos()
Retourne la liste des logos à dessiner
|
Modifier and Type | Method and Description |
---|---|
void |
TerrainJP.addLogo(_Logo new_object)
Add a Logo object to the logoVector List
|
void |
TerrainJP.removeLogo(_Logo new_object)
Remove a Logo object from logoVector List
|
Modifier and Type | Method and Description |
---|---|
void |
TerrainJP.setLogos(java.util.ArrayList<_Logo> logos)
Défini la liste des logos à dessiner
|