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