All Packages Class Hierarchy This Package Previous Next Index
Class Texte3D.Fond
java.lang.Object
|
+----Texte3D.Fond
- public class Fond
- extends Object
A class for the Fond object representing the background of the image
- Author:
- Sylvain Leterreur, Laure Ottavj
Fond(String)
-
genereCodePovRay()
- Generate the Pov Ray Code of the Fond object
setCouleur(String)
- Set the color of the Fond
Fond
public Fond(String couleur)
setCouleur
public void setCouleur(String couleur)
- Set the color of the Fond
- Parameters:
- String - the name of the color
genereCodePovRay
public String genereCodePovRay()
- Generate the Pov Ray Code of the Fond object
- Returns:
- String the string corresponding to the code generated
All Packages Class Hierarchy This Package Previous Next Index