org.sunflow.core

Class Options

Implemented Interfaces:
RenderObject

public final class Options
extends ParameterList
implements RenderObject

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

Parameter>list

Method Summary

boolean
update(ParameterList pl, SunflowAPI api)

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, getPoint, getPointArray, getString, getStringArray, getTexCoord, getTexCoordArray, getVector, getVectorArray, setFaceCount, setFaceVertexCount, setVertexCount

Method Details

update

public boolean update(ParameterList pl,
                      SunflowAPI api)
Specified by:
update in interface RenderObject