Package org.web3d.x3d.sai.hanim
Interface HAnimDisplacer
- All Superinterfaces:
X3DGeometricPropertyNode
,X3DNode
- All Known Implementing Classes:
SAIHAnimDisplacer
,SAIHAnimDisplacer
Defines the requirements of an X3D HAnimDisplacer node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getCoordIndex
(int[] val) Return the coordIndex value in the argument int[]void
getDisplacements
(float[] val) Return the displacements value in the argument float[]getName()
Return the name String value.int
Return the number of MFInt32 items in the coordIndex field.int
Return the number of MFFloat items in the displacements field.void
setCoordIndex
(int[] val) Set the coordIndex field.void
setDisplacements
(float[] val) Set the displacements field.void
Set the name field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumCoordIndex
int getNumCoordIndex()Return the number of MFInt32 items in the coordIndex field.- Returns:
- the number of MFInt32 items in the coordIndex field.
-
getCoordIndex
void getCoordIndex(int[] val) Return the coordIndex value in the argument int[]- Parameters:
val
- The int[] to initialize.
-
setCoordIndex
void setCoordIndex(int[] val) Set the coordIndex field.- Parameters:
val
- The int[] to set.
-
getNumDisplacements
int getNumDisplacements()Return the number of MFFloat items in the displacements field.- Returns:
- the number of MFFloat items in the displacements field.
-
getDisplacements
void getDisplacements(float[] val) Return the displacements value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setDisplacements
void setDisplacements(float[] val) Set the displacements field.- Parameters:
val
- The float[] to set.
-
getName
-
setName
-