|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScalarInterpolator
Defines the requirements of an X3D ScalarInterpolator node
| Method Summary | |
|---|---|
void |
getKeyValue(float[] val)
Return the keyValue value in the argument float[] |
int |
getNumKeyValue()
Return the number of MFFloat items in the keyValue field. |
float |
getValue()
Return the value float value. |
void |
setKeyValue(float[] val)
Set the keyValue field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DInterpolatorNode |
|---|
getKey, getNumKey, setFraction, setKey |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumKeyValue()
void getKeyValue(float[] val)
val - The float[] to initialize.void setKeyValue(float[] val)
val - The float[] to set.float getValue()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||