|
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 X3DRigidJointNode
Defines the requirements of an X3DRigidJointNode abstract node type
| Method Summary | |
|---|---|
X3DNode |
getBody1()
Return the body1 X3DNode value. |
X3DNode |
getBody2()
Return the body2 X3DNode value. |
void |
getForceOutput(java.lang.String[] val)
Return the forceOutput value in the argument String[] |
int |
getNumForceOutput()
Return the number of MFString items in the forceOutput field. |
void |
setBody1(X3DNode val)
Set the body1 field. |
void |
setBody2(X3DNode val)
Set the body2 field. |
void |
setForceOutput(java.lang.String[] val)
Set the forceOutput field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumForceOutput()
void getForceOutput(java.lang.String[] val)
val - The String[] to initialize.void setForceOutput(java.lang.String[] val)
val - The String[] to set.X3DNode getBody1()
void setBody1(X3DNode val)
val - The X3DNode to set.X3DNode getBody2()
void setBody2(X3DNode val)
val - The X3DNode 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 | |||||||||