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

Constructor Index

 o Fond(String)

Method Index

 o genereCodePovRay()
Generate the Pov Ray Code of the Fond object
 o setCouleur(String)
Set the color of the Fond

Constructors

 o Fond
public Fond(String couleur)

Methods

 o setCouleur
public void setCouleur(String couleur)
Set the color of the Fond

Parameters:
String - the name of the color
 o 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