Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.hanim
Interface HAnimDisplacer

All Superinterfaces:
X3DGeometricPropertyNode, X3DNode

public interface HAnimDisplacer
extends X3DGeometricPropertyNode

Defines the requirements of an X3D HAnimDisplacer node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 void getCoordIndex(int[] val)
          Return the coordIndex value in the argument int[]
 void getDisplacements(float[] val)
          Return the displacements value in the argument float[]
 java.lang.String getName()
          Return the name String value.
 int getNumCoordIndex()
          Return the number of MFInt32 items in the coordIndex field.
 int getNumDisplacements()
          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 setName(java.lang.String val)
          Set the name field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

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

java.lang.String getName()
Return the name String value.

Returns:
The name String value.

setName

void setName(java.lang.String val)
Set the name field.

Parameters:
val - The String to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium