|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray2.radiosity.FormFactor
public class FormFactor
This class contains the FormFactor value.
Constructor Summary | |
---|---|
FormFactor()
Default Constructor. |
|
FormFactor(float ff)
This Constructor sets the given FormFactor value. |
Method Summary | |
---|---|
void |
add(float ff)
Adds the given value to the FormFactor value |
float |
getValue()
Returns the FormFactor value. |
void |
setValue(float ff)
Sets the FormFactor value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormFactor()
public FormFactor(float ff)
ff
- The value to set.Method Detail |
---|
public void add(float ff)
ff
- The Value to add.public float getValue()
public void setValue(float ff)
ff
- The value to set.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |