|
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 PositionInterpolator
Defines the requirements of an X3D PositionInterpolator node
| Method Summary | |
|---|---|
void |
getKeyValue(float[] val)
Return the keyValue value in the argument float[] |
int |
getNumKeyValue()
Return the number of MFVec3f items in the keyValue field. |
void |
getValue(float[] val)
Return the value value in the argument float[] |
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.void getValue(float[] val)
val - The float[] to initialize.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||