|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sunflow.core.ParameterList
org.sunflow.core.Options
public final class Options
This holds rendering objects as key, value pairs.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.sunflow.core.ParameterList |
|---|
ParameterList.FloatParameter, ParameterList.InterpolationType, ParameterList.Parameter |
| Field Summary |
|---|
| Fields inherited from class org.sunflow.core.ParameterList |
|---|
list |
| Constructor Summary | |
|---|---|
Options()
|
|
| Method Summary | |
|---|---|
boolean |
update(ParameterList pl,
SunflowAPI api)
Update this object given a list of parameters. |
| Methods inherited from class org.sunflow.core.ParameterList |
|---|
addBoolean, addColor, addFloat, addFloats, addInteger, addIntegerArray, addMatrices, addPoints, addString, addStringArray, addTexCoords, addVectors, clear, getBoolean, getColor, getFloat, getFloatArray, getInt, getIntArray, getMatrix, getMatrixArray, getMovingMatrix, getPoint, getPointArray, getString, getStringArray, getTexCoord, getTexCoordArray, getVector, getVectorArray, setFaceCount, setFaceVertexCount, setVertexCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Options()
| Method Detail |
|---|
public boolean update(ParameterList pl,
SunflowAPI api)
RenderObject
update in interface RenderObjectpl - list of parameters to read fromapi - reference to the current scene
true if the update is succesfull,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||