Package org.xj3d.sai.internal.node.hanim
Class SAIHAnimJoint
java.lang.Object
org.web3d.vrml.scripting.sai.BaseNode
org.xj3d.sai.internal.node.hanim.SAIHAnimJoint
- All Implemented Interfaces:
HAnimJoint
,X3DBoundedObject
,X3DChildNode
,X3DGroupingNode
,X3DNode
A concrete implementation of the HAnimJoint node interface
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
Fields inherited from class org.web3d.vrml.scripting.sai.BaseNode
accessPermitted, fieldQueue, fieldRefMap, realNode
-
Constructor Summary
ConstructorsConstructorDescriptionSAIHAnimJoint
(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChildren
(X3DNode[] val) Set the addChildren field.void
getBboxCenter
(float[] val) Return the bboxCenter value in the argument float[]void
getBboxSize
(float[] val) Return the bboxSize value in the argument float[]void
getCenter
(float[] val) Return the center value in the argument float[]void
getChildren
(X3DNode[] val) Return the children value in the argument X3DNode[]void
getLimitOrientation
(float[] val) Return the limitOrientation value in the argument float[]void
getLlimit
(float[] val) Return the llimit value in the argument float[]getName()
Return the name String value.int
Return the number of MFNode items in the children field.int
Return the number of MFFloat items in the llimit field.int
Return the number of MFInt32 items in the skinCoordIndex field.int
Return the number of MFFloat items in the skinCoordWeight field.int
Return the number of MFFloat items in the stiffness field.int
Return the number of MFFloat items in the ulimit field.void
getRotation
(float[] val) Return the rotation value in the argument float[]void
getScale
(float[] val) Return the scale value in the argument float[]void
getScaleOrientation
(float[] val) Return the scaleOrientation value in the argument float[]void
getSkinCoordIndex
(int[] val) Return the skinCoordIndex value in the argument int[]void
getSkinCoordWeight
(float[] val) Return the skinCoordWeight value in the argument float[]void
getStiffness
(float[] val) Return the stiffness value in the argument float[]void
getTranslation
(float[] val) Return the translation value in the argument float[]void
getUlimit
(float[] val) Return the ulimit value in the argument float[]void
removeChildren
(X3DNode[] val) Set the removeChildren field.void
setBboxCenter
(float[] val) Set the bboxCenter field.void
setBboxSize
(float[] val) Set the bboxSize field.void
setCenter
(float[] val) Set the center field.void
setChildren
(X3DNode[] val) Set the children field.void
setLimitOrientation
(float[] val) Set the limitOrientation field.void
setLlimit
(float[] val) Set the llimit field.void
Set the name field.void
setRotation
(float[] val) Set the rotation field.void
setScale
(float[] val) Set the scale field.void
setScaleOrientation
(float[] val) Set the scaleOrientation field.void
setSkinCoordIndex
(int[] val) Set the skinCoordIndex field.void
setSkinCoordWeight
(float[] val) Set the skinCoordWeight field.void
setStiffness
(float[] val) Set the stiffness field.void
setTranslation
(float[] val) Set the translation field.void
setUlimit
(float[] val) Set the ulimit field.Methods inherited from class org.web3d.vrml.scripting.sai.BaseNode
checkAccess, dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadata, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAIHAnimJoint
public SAIHAnimJoint(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor- Parameters:
bnf
-
-
-
Method Details
-
getNumChildren
public int getNumChildren()Return the number of MFNode items in the children field.- Specified by:
getNumChildren
in interfaceX3DGroupingNode
- Returns:
- the number of MFNode items in the children field.
-
getChildren
Return the children value in the argument X3DNode[]- Specified by:
getChildren
in interfaceX3DGroupingNode
- Parameters:
val
- The X3DNode[] to initialize.
-
setChildren
Set the children field.- Specified by:
setChildren
in interfaceX3DGroupingNode
- Parameters:
val
- The X3DNode[] to set.
-
addChildren
Set the addChildren field.- Specified by:
addChildren
in interfaceX3DGroupingNode
- Parameters:
val
- The X3DNode[] to set.
-
removeChildren
Set the removeChildren field.- Specified by:
removeChildren
in interfaceX3DGroupingNode
- Parameters:
val
- The X3DNode[] to set.
-
getBboxCenter
public void getBboxCenter(float[] val) Return the bboxCenter value in the argument float[]- Specified by:
getBboxCenter
in interfaceX3DBoundedObject
- Parameters:
val
- The float[] to initialize.
-
setBboxCenter
public void setBboxCenter(float[] val) Set the bboxCenter field.- Specified by:
setBboxCenter
in interfaceX3DBoundedObject
- Parameters:
val
- The float[] to set.
-
getBboxSize
public void getBboxSize(float[] val) Return the bboxSize value in the argument float[]- Specified by:
getBboxSize
in interfaceX3DBoundedObject
- Parameters:
val
- The float[] to initialize.
-
setBboxSize
public void setBboxSize(float[] val) Set the bboxSize field.- Specified by:
setBboxSize
in interfaceX3DBoundedObject
- Parameters:
val
- The float[] to set.
-
getCenter
public void getCenter(float[] val) Return the center value in the argument float[]- Specified by:
getCenter
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setCenter
public void setCenter(float[] val) Set the center field.- Specified by:
setCenter
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getRotation
public void getRotation(float[] val) Return the rotation value in the argument float[]- Specified by:
getRotation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setRotation
public void setRotation(float[] val) Set the rotation field.- Specified by:
setRotation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getScale
public void getScale(float[] val) Return the scale value in the argument float[]- Specified by:
getScale
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setScale
public void setScale(float[] val) Set the scale field.- Specified by:
setScale
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getScaleOrientation
public void getScaleOrientation(float[] val) Return the scaleOrientation value in the argument float[]- Specified by:
getScaleOrientation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setScaleOrientation
public void setScaleOrientation(float[] val) Set the scaleOrientation field.- Specified by:
setScaleOrientation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getTranslation
public void getTranslation(float[] val) Return the translation value in the argument float[]- Specified by:
getTranslation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setTranslation
public void setTranslation(float[] val) Set the translation field.- Specified by:
setTranslation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getName
Return the name String value.- Specified by:
getName
in interfaceHAnimJoint
- Returns:
- The name String value.
-
setName
Set the name field.- Specified by:
setName
in interfaceHAnimJoint
- Parameters:
val
- The String to set.
-
getLimitOrientation
public void getLimitOrientation(float[] val) Return the limitOrientation value in the argument float[]- Specified by:
getLimitOrientation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setLimitOrientation
public void setLimitOrientation(float[] val) Set the limitOrientation field.- Specified by:
setLimitOrientation
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getNumLlimit
public int getNumLlimit()Return the number of MFFloat items in the llimit field.- Specified by:
getNumLlimit
in interfaceHAnimJoint
- Returns:
- the number of MFFloat items in the llimit field.
-
getLlimit
public void getLlimit(float[] val) Return the llimit value in the argument float[]- Specified by:
getLlimit
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setLlimit
public void setLlimit(float[] val) Set the llimit field.- Specified by:
setLlimit
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getNumSkinCoordIndex
public int getNumSkinCoordIndex()Return the number of MFInt32 items in the skinCoordIndex field.- Specified by:
getNumSkinCoordIndex
in interfaceHAnimJoint
- Returns:
- the number of MFInt32 items in the skinCoordIndex field.
-
getSkinCoordIndex
public void getSkinCoordIndex(int[] val) Return the skinCoordIndex value in the argument int[]- Specified by:
getSkinCoordIndex
in interfaceHAnimJoint
- Parameters:
val
- The int[] to initialize.
-
setSkinCoordIndex
public void setSkinCoordIndex(int[] val) Set the skinCoordIndex field.- Specified by:
setSkinCoordIndex
in interfaceHAnimJoint
- Parameters:
val
- The int[] to set.
-
getNumSkinCoordWeight
public int getNumSkinCoordWeight()Return the number of MFFloat items in the skinCoordWeight field.- Specified by:
getNumSkinCoordWeight
in interfaceHAnimJoint
- Returns:
- the number of MFFloat items in the skinCoordWeight field.
-
getSkinCoordWeight
public void getSkinCoordWeight(float[] val) Return the skinCoordWeight value in the argument float[]- Specified by:
getSkinCoordWeight
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setSkinCoordWeight
public void setSkinCoordWeight(float[] val) Set the skinCoordWeight field.- Specified by:
setSkinCoordWeight
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getNumStiffness
public int getNumStiffness()Return the number of MFFloat items in the stiffness field.- Specified by:
getNumStiffness
in interfaceHAnimJoint
- Returns:
- the number of MFFloat items in the stiffness field.
-
getStiffness
public void getStiffness(float[] val) Return the stiffness value in the argument float[]- Specified by:
getStiffness
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setStiffness
public void setStiffness(float[] val) Set the stiffness field.- Specified by:
setStiffness
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-
getNumUlimit
public int getNumUlimit()Return the number of MFFloat items in the ulimit field.- Specified by:
getNumUlimit
in interfaceHAnimJoint
- Returns:
- the number of MFFloat items in the ulimit field.
-
getUlimit
public void getUlimit(float[] val) Return the ulimit value in the argument float[]- Specified by:
getUlimit
in interfaceHAnimJoint
- Parameters:
val
- The float[] to initialize.
-
setUlimit
public void setUlimit(float[] val) Set the ulimit field.- Specified by:
setUlimit
in interfaceHAnimJoint
- Parameters:
val
- The float[] to set.
-